From: Andi Gutmans Date: Wed, 25 Feb 2004 17:48:20 +0000 (+0000) Subject: - More NEWS X-Git-Tag: RELEASE_0_2_0~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85edb21e3a8770dda9df8ebc999ab22196c08e67;p=php - More NEWS --- diff --git a/NEWS b/NEWS index b333ba8150..66d74f2734 100644 --- a/NEWS +++ b/NEWS @@ -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,