]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 18 Sep 2004 00:35:27 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Sat, 18 Sep 2004 00:35:27 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 446356207ac98de78c0532ede90741c3a4f75c98..21159e14644452ad223839ae5d0c93c45b747d2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2004-09-17  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * main/network.c
+      main/streams/xp_socket.c:
+      Make new poll stuff work on win32 (and still be safe on unix)
+
+    * ext/readline/readline.c:
+      standardize the callback support to allow array($obj, 'method') callbacks.
+      Add a couple of utility functions.
+
+2004-09-17  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h:
+      fix crash when dtor is fialing on shutdown
+
+2004-09-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      main/php_ini.c
+      main/php_ini.c:
+      MFH: Fixed bug #30050 (Possible crash inside php_shutdown_config()).
+
+    * main/php_ini.c:
+      Fixed bug #30050 (Possible crash inside php_shutdown_config()).
+      
+
 2004-09-16  Andi Gutmans  <andi@zend.com>
 
     * (PHP_5_0)
index 9815be4c3cc35be68393324694251890adea0a80..fa49ee37050c38e4a23f4c450ec62694cd5d49af 100644 (file)
@@ -1,3 +1,10 @@
+2004-09-17  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute_API.c
+      zend_objects_API.c
+      zend_objects_API.h:
+      fix crash when dtor is fialing on shutdown
+
 2004-09-16  Andi Gutmans  <andi@zend.com>
 
     * (PHP_5_0)