phpspider icon indicating copy to clipboard operation
phpspider copied to clipboard

phpspider\core\requests unset静态变量错误

Open PonnyS opened this issue 6 years ago • 1 comments

\phpspider\core\requests::del_cookies函数内有unset(self::$cookies)的操作,这会产生Error

PHP Error: Attempt to unset static property phpspider\core\requests::$cookies

建议用self::$cookies = null; 来进行unset

PonnyS avatar Sep 14 '17 11:09 PonnyS

谢谢提醒,已经修复,并且增加一个del_cookie函数,现在是del_cookie和del_cookies函数两个

owner888 avatar Sep 14 '17 11:09 owner888