]> granicus.if.org Git - php/commitdiff
- More NEWS
authorAndi Gutmans <andi@php.net>
Wed, 25 Feb 2004 17:48:20 +0000 (17:48 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 25 Feb 2004 17:48:20 +0000 (17:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b333ba815031cc625b5591770995fdfd5ae6145b..66d74f2734ed418c06d8d03c2181c498dc986a17 100644 (file)
--- 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,