]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Tue, 3 Aug 2004 17:07:56 +0000 (17:07 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 3 Aug 2004 17:07:56 +0000 (17:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c8282961b77d2ff61747c2da01f2e626e7cab66d..67d3b3ff9073163ffadd61800f378f1a8bb12304 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.1
 - Improved and moved ActiveScript SAPI to PECL.  (Wez)
+- Fixed bug #29505 (get_class_vars() severely broken when used with arrays).
+  (Marcus)
 - Fixed bug #29474 (win32: usleep() doesn't work). (Wez)
 - Fixed bug #29449 (win32: feof() hangs on empty tcp stream). (Wez)
 - Fixed bug #29437 (Possible crash inside array_walk_recursive()). (Ilia)
@@ -10,11 +12,13 @@ PHP                                                                        NEWS
 - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
 - Fixed unloading of dynamically loaded extensions. 
   (Marcus, kameshj at fastmail dot fm)
-- Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty
+- Fixed bug #29395 (sqlite_escape_string() returns bogus data on empty
   strings). (Ilia, Tony)
 - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
 - Fixed bug #29368 (The destructor is called when an exception is thrown from 
   the constructor). (Marcus)
+- Fixed bug #29354 (Exception constructor marked as both public and protected).
+  (Marcus)
 - Fixed bug #29342 (strtotime() does not handle empty date string properly).
   (Ilia)
 - Fixed bug #29340 (win32 build produces invalid php_ifx.dll). (Edin)