summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-12-08 01:32:56 +0000
committer <changelog@php.net>2004-12-08 01:32:56 +0000
commitc861ce463d08539d380e447b7f8fd115e96bbc5c (patch)
tree393733b9c87dec2dc8e736fd0771d3f9885ceebd
parenta22fa4d10902bc6873990c51beffaa97d6135e10 (diff)
downloadphp-git-c861ce463d08539d380e447b7f8fd115e96bbc5c.tar.gz
ChangeLog update
-rw-r--r--ChangeLog62
-rw-r--r--Zend/ChangeLog6
2 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e156d73456..e1b9c0f7eb 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index dada70fc68..9b26ea8efc 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: