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 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. [yohgaki@dev php-src]$

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 wrote: > On 01/30/2015 11:13 PM, Michael Wallner wrote: >> >> On 31 Jan 2015 06:04, "Rasmus Lerdorf" > > wrote: >>> >>> There is something weird going on with PHP7 and the moodle_page class >>> and all its magic metho

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" > 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_nav

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

2015-01-30 Thread Michael Wallner
On 31 Jan 2015 06:04, "Rasmus Lerdorf" 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 > /var/www/

[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 e