laruence / yaf

Fast php framework written in c, built in php extension
http://pecl.php.net/package/yaf
Other
4.52k stars 1.37k forks source link

Controller::init(): Modification of Yaf_Controller internal property 'request' is not allowed #558

Open GrootYM opened 3 years ago

GrootYM commented 3 years ago

环境:php7.2, yaf 3.3.3 运行报错: Controller::init(): Modification of Yaf_Controller internal property 'request' is not allowed

laruence commented 3 years ago

出现问题的代码是什么样子的?

GrootYM commented 3 years ago

出现问题的代码是什么样子的?

我在使用了7.2的版本之后, 问题已经解决了。

jbRotk commented 3 years ago

环境:php7.2, yaf 3.3.3 运行报错: Controller::init(): Modification of Yaf_Controller internal property 'request' is not allowed

请问如何解决的

zy2701 commented 2 years ago

环境:php7.2, yaf 3.3.3 运行报错: Controller::init(): Modification of Yaf_Controller internal property 'request' is not allowed

请问如何解决的

你是否给$this->request赋值了?新版本yaf的request已经被占用,不允许再使用,因为我也发现了这个问题