Re: [PHP-DEV] Re: [PHP-CVS] Broken apps

2015-01-19 Thread Stanislav Malyshev
Hi! > Hm, I wasn't aware quite how strict this change was - I'm definitely on > board with not allowing $this from an incompatible context, but thought > it would only be access to $this that was made illegal, not the call > itself. HHVM takes the approach of simply leaving $this undefined, but >

Re: [PHP-DEV] Re: [PHP-CVS] Broken apps

2015-01-19 Thread Rowan Collins
Ferenc Kovacs wrote on 19/01/2015 13:25: On Mon, Jan 19, 2015 at 10:49 AM, Dmitry Stogov wrote: Despite of PEAR, I also found few other apps, from my usual test list, broken - Typo3, Xoops, SugarCRM. Magento is broken long time ago by "unified variable syntax". I'm really unhappy with this di