Re: [PHP-DEV] Magic getter bug tickled by Moodle

2015-02-02 Thread Yasuo Ohgaki
Hi Xinchen, On Sat, Jan 31, 2015 at 7:15 PM, Xinchen Hui larue...@php.net wrote: must be fixed, https://github.com/php/php-src/commit/1a60175e2595a24ebc3b6d80a112d574c6c98f58 Impressive work! It's irrelevant probably. I only get one valgrind leak with TS build now. NTS is fine.

Re: [PHP-DEV] Magic getter bug tickled by Moodle

2015-01-31 Thread Xinchen Hui
Hey: On Sat, Jan 31, 2015 at 3:15 PM, Rasmus Lerdorf ras...@lerdorf.com wrote: On 01/30/2015 11:13 PM, Michael Wallner wrote: On 31 Jan 2015 06:04, Rasmus Lerdorf ras...@lerdorf.com mailto:ras...@lerdorf.com wrote: There is something weird going on with PHP7 and the moodle_page class and

[PHP-DEV] Magic getter bug tickled by Moodle

2015-01-30 Thread Rasmus Lerdorf
There is something weird going on with PHP7 and the moodle_page class and all its magic methods. It dies with a: /var/www/moodle/blocks/navigation/block_navigation.php(223) : Notice - Undefined property: moodle_page::$navigation /var/www/moodle/blocks/navigation/block_navigation.php(223) : Fatal

Re: [PHP-DEV] Magic getter bug tickled by Moodle

2015-01-30 Thread Michael Wallner
On 31 Jan 2015 06:04, Rasmus Lerdorf ras...@lerdorf.com wrote: There is something weird going on with PHP7 and the moodle_page class and all its magic methods. It dies with a: /var/www/moodle/blocks/navigation/block_navigation.php(223) : Notice - Undefined property: moodle_page::$navigation

Re: [PHP-DEV] Magic getter bug tickled by Moodle

2015-01-30 Thread Rasmus Lerdorf
On 01/30/2015 11:13 PM, Michael Wallner wrote: On 31 Jan 2015 06:04, Rasmus Lerdorf ras...@lerdorf.com mailto:ras...@lerdorf.com wrote: There is something weird going on with PHP7 and the moodle_page class and all its magic methods. It dies with a: