sniper          Fri Jun 17 21:07:00 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  BFN
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1928&r2=1.1929&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1928 php-src/NEWS:1.1929
--- php-src/NEWS:1.1928 Fri Jun 17 19:29:19 2005
+++ php-src/NEWS        Fri Jun 17 21:06:58 2005
@@ -1,8 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jun 2005, PHP 5.1 Beta 2
-- Fixed FCI cache for array_walk and user array compare functions. Bug #33286.
-  (Patch from [EMAIL PROTECTED])
 - Improved PHP extension loading mechanism with support for module dependencies
   and conflicts. (Jani, Dmitry) 
 - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
@@ -20,6 +18,8 @@
 - Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
 - Fixed bug #33312 (ReflectionParameter methods do not work correctly).
   (Dmitry)
+- Fixed bug #33286 (nested array_walk() calls and user array compare functions
+  broken; FCI cache). (Andrei, patch from [EMAIL PROTECTED])
 - Fixed bug #33277 (private method accessed by child class). (Dmitry)
 - Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol
   'zend_error'). (Dmitry)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to