changelog               Fri Sep 17 20:35:23 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1749&r2=1.1750&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1749 php-src/ChangeLog:1.1750
--- php-src/ChangeLog:1.1749    Thu Sep 16 20:33:40 2004
+++ php-src/ChangeLog   Fri Sep 17 20:35:22 2004
@@ -1,3 +1,32 @@
+2004-09-17  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -9836,7 +9865,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1749 2004/09/17 00:33:40 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1750 2004/09/18 00:35:22 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to