]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 8 Dec 2004 01:32:56 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 8 Dec 2004 01:32:56 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index e156d73456af1f0cedb13344f6ccfb97c670b50e..e1b9c0f7ebc13a3b8b847e456ab51b4bc153d9ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2004-12-07  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/session/session.c
+      ext/session/session.c:
+      Fixed crash in phpinfo() after graceful Apache restart.
+
+    * (PHP_5_0)
+      NEWS:
+      Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or
+      protected properties)
+
+2004-12-07  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/bcmath/libbcmath/src/raisemod.c:
+      fix leak
+
+    * (PHP_4_3)
+      NEWS
+      ext/session/session.c:
+      revert it
+
+2004-12-07  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      NEWS:
+      - Tidy up NEWS a bit
+
+    * (PHP_4_3)
+      NEWS:
+      - Tidy up NEWS a bit.
+
+2004-12-07  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (PHP_4_3)
+      NEWS
+      ext/session/session.c:
+      fix bug #30232 (session_start() sends Set-Cookie header only if the cookie
+      is not set yet)
+
+2004-12-07  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.c:
+      Fixed bug #30904 (segfault when recording soapclient into session).
+
+2004-12-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/snmp/snmp.c:
+      MFh: Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
+
+    * (PHP_5_0)
+      NEWS
+      ext/snmp/snmp.c:
+      MFH: Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
+
+    * ext/snmp/snmp.c:
+      Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
+
 2004-12-06  Ilia Alshanetsky  <ilia@prohost.org>
 
     * run-tests.php:
index dada70fc680d7d83e3f73137c7de861196a19afb..9b26ea8efccb46ef015d110c258fe41a5bd0abe8 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-07  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_exceptions.c
+      zend_exceptions.c:
+      Fixed bug #30904 (segfault when recording soapclient into session).
+
 2004-12-06  Stanislav Malyshev  <stas@zend.com>
 
     * tests/bug30998.phpt: