Re: [PHP-DEV] PHP 4.4 Breaks Backwards Compatibility

2005-06-19 Thread Derick Rethans
On Sat, 18 Jun 2005, Andi Gutmans wrote: > I don't have time until Momday to run 4.3 and 4.4 with that code (bug #20953) > Besides the warning will the result (even if bogus) be the same for both > versions? Yes: [EMAIL PROTECTED]:/dat/dev/php$ php-4.3.11/sapi/cli/php -derror_reporting=2047 /tm

Re: [PHP-DEV] PHP 4.4 Breaks Backwards Compatibility

2005-06-18 Thread Andi Gutmans
I don't have time until Momday to run 4.3 and 4.4 with that code (bug #20953) Besides the warning will the result (even if bogus) be the same for both versions? At 07:41 PM 6/18/2005 +0200, Derick Rethans wrote: On Sat, 18 Jun 2005, Andi Gutmans wrote: > http://phplens.com/phpeverywhere/?q=n

Re: [PHP-DEV] PHP 4.4 Breaks Backwards Compatibility

2005-06-18 Thread Derick Rethans
On Sat, 18 Jun 2005, Andi Gutmans wrote: > http://phplens.com/phpeverywhere/?q=node/view/205 > > We slightly broke BC for PHP 5 in order to get the reference stuff resolved. > Now I remember (senile me) one of the reasons we didn't apply this fix to PHP > 4. Hmm, this never worked...so we're not

[PHP-DEV] PHP 4.4 Breaks Backwards Compatibility

2005-06-18 Thread Andi Gutmans
http://phplens.com/phpeverywhere/?q=node/view/205 We slightly broke BC for PHP 5 in order to get the reference stuff resolved. Now I remember (senile me) one of the reasons we didn't apply this fix to PHP 4. I suggest to hold the PHP 4.4 release until we see if/what can be done regarding the B