helly           Sun Jun 19 21:39:29 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - BFN
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1934&r2=1.1935&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1934 php-src/NEWS:1.1935
--- php-src/NEWS:1.1934 Sun Jun 19 11:01:43 2005
+++ php-src/NEWS        Sun Jun 19 21:39:28 2005
@@ -4,6 +4,9 @@
 - Improved PHP extension loading mechanism with support for module dependencies
   and conflicts. (Jani, Dmitry) 
 - Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
+- Fixed inheritance check to control return by reference and pass by reference
+  correctly (ArrayAccess can corrctly no longer support references). (Marcus,
+  Andi, Dmitry)
 - Rewrote strtotime() with support for timezones and tons of new formats.
   (Derick)
 - Added bindto socket context option. (Ilia)
@@ -13,6 +16,7 @@
   shutdown). (Wez)
 - Fixed PECL bug #3714 (beginTransaction doesn't work if you're in
   auto-commit mode). (Wez)
+- Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus)
 - Fixed bug #33382 (array_reverse() fails after *sort()), 
   introduced by zend_hash_sort() optimizations in HEAD. (Tony)
 - Fixed bug #33340 (CLI Crash when calling php:function from XSLT). (Rob)

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

Reply via email to