sniper          Sun Jan 11 09:06:17 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  BFN
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1571 php-src/NEWS:1.1572
--- php-src/NEWS:1.1571 Thu Jan  8 20:38:13 2004
+++ php-src/NEWS        Sun Jan 11 09:06:16 2004
@@ -9,6 +9,7 @@
 - Fixed bug #26819 (http_build_query() crashes on NULL output). (Ilia)
 - Fixed bug #26817 (http_build_query() does not handle private & protected 
   object properties correctly). (Ilia)
+- Fixed bug #25816 (disallow arrays in class constants). (Stanislav)
 - Fixed bug #26815 (foreach of (DOM) childnodes crashes when Xinclude is used).
   (Rob)
 - Fixed bug #26762 (unserialize() produces lowercase classnames). (Marcus)
@@ -24,6 +25,8 @@
 - Fixed bug #26680 (Added version check in mysqli_report_index). (Georg)
 - Fixed bug #26675 (Segfault on ArrayAccess use). (Marcus)
 - Fixed bug #26543 (call_user_func() broken for self, parent). (Stanislav)
+- Fixed bug #26077 (memory leak when new() result is not assigned and no 
+  constructor is defined). (Stanislav)
 - Fixed bug #26065 (Crash when nesting classes). (Marcus)
 - Fixed bug #25329 (sqlite_create_function with method and reference to $this).
   (Marcus) 

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

Reply via email to