andi Wed Feb 25 12:48:20 2004 EDT Modified files: /php-src NEWS Log: - More NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1613&r2=1.1614&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1613 php-src/NEWS:1.1614 --- php-src/NEWS:1.1613 Wed Feb 25 07:45:07 2004 +++ php-src/NEWS Wed Feb 25 12:48:20 2004 @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 1 +- Fixed crash with foreach and temporary objects($obj->method()->a ...) where + method returns a non-referenced object. (Andi, Zeev) - Compatibility mode directive has been renamed to zend.ze2_compatibility_mode, as it doesn't only affect implicit cloning. (Andi, Zeev) - Methods that override parent methods are now subject to prototype checking,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php