From: Date: Wed, 8 Dec 2004 01:32:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c861ce463d08539d380e447b7f8fd115e96bbc5c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e156d73456..e1b9c0f7eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2004-12-07 Dmitry Stogov + + * 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 + + * ext/bcmath/libbcmath/src/raisemod.c: + fix leak + + * (PHP_4_3) + NEWS + ext/session/session.c: + revert it + +2004-12-07 Derick Rethans + + * NEWS + NEWS: + - Tidy up NEWS a bit + + * (PHP_4_3) + NEWS: + - Tidy up NEWS a bit. + +2004-12-07 Antony Dovgal + + * (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 + + * (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 + + * (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 * 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 + + * zend_exceptions.c + zend_exceptions.c: + Fixed bug #30904 (segfault when recording soapclient into session). + 2004-12-06 Stanislav Malyshev * tests/bug30998.phpt: