[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-09-17 Thread changelog
changelog   Fri Sep 17 20:35:28 2004 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.549&r2=1.550&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.549 ZendEngine2/ChangeLog:1.550
--- ZendEngine2/ChangeLog:1.549 Thu Sep 16 20:33:44 2004
+++ ZendEngine2/ChangeLog   Fri Sep 17 20:35:27 2004
@@ -1,3 +1,10 @@
+2004-09-17  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
 
 * (PHP_5_0)
@@ -5671,7 +5678,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.549 2004/09/17 00:33:44 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.550 2004/09/18 00:35:27 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -7395,7 +7402,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.549 2004/09/17 00:33:44 changelog 
Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.550 2004/09/18 00:35:27 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-09-17 Thread changelog
changelog   Fri Sep 17 20:35:23 2004 EDT

  Modified files:  
/php-srcChangeLog 
  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.1749Thu 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]>