summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-09-18 00:35:27 +0000
committer <changelog@php.net>2004-09-18 00:35:27 +0000
commitdb7af4d8f00d489384406d5ebbfc66c42a74c6f4 (patch)
tree84d5f9791bc44123bdcf3ac90448c7502ea2e8dc
parentff4e970fb1c71c4998911c6185bfbfe92d4c9001 (diff)
downloadphp-git-db7af4d8f00d489384406d5ebbfc66c42a74c6f4.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
-rw-r--r--Zend/ChangeLog7
2 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 446356207a..21159e1464 100644
--- 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)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 9815be4c3c..fa49ee3705 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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)