Re: [PHP-DEV] Compatibility changes for 5.5

2013-07-19 Thread Stas Malyshev
Hi! > Understood. But given for the entire 5 series it was valid I feel people > finding their code randomly breaking now would expect to see it in the > documentation somewhere. It is still valid, and still works the same, just produces notice. -- Stanislav Malyshev, Software Architect SugarCR

Re: [PHP-DEV] Compatibility changes for 5.5

2013-07-19 Thread Martin Amps
Understood. But given for the entire 5 series it was valid I feel people finding their code randomly breaking now would expect to see it in the documentation somewhere. Where would you suggest we place it? Given it’s a bug fix, would it still fit here? http://www.php.net/manual/en/migration55.

Re: [PHP-DEV] Compatibility changes for 5.5

2013-07-18 Thread Stas Malyshev
Hi! > Much the same as https://bugs.php.net/bug.php?id=49348 since 5.5 > trying to access an uninitialized property of an object throws a > notice but isn’t listed anywhere as a change that I can see. Read access to uninitialized variable should produce notice, that's how it was in PHP for very l