From: Date: Thu, 17 Mar 2005 01:43:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f7f63d368ad21f76fb7cc585cdff32106b061c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8e242f2644..f5530b6a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2005-03-16 Rasmus Lerdorf + + * TSRM/TSRM.h + TSRM/tsrm_config_common.h + main/php.h: + Fix Jani breakage + +2005-03-16 Ilia Alshanetsky + + * (PHP_5_0) + NEWS: + MFH: Fixed bug #32326 (Check values of Connection/Transfer-Encoding + case-incentively) + +2005-03-16 Harrie Hazewinkel + + * ext/snmp/php_snmp.h + ext/snmp/php_snmp.h + ext/snmp/snmp.c + ext/snmp/snmp.c: + Adding SNMPv2 community based (i.e. protocol version) functions. + +2005-03-16 Jani Taskinen + + * (PHP_4_3) + configure.in + configure.in + scripts/php-config.in + scripts/php-config.in: + MFH: - Remove these relics from era when TSRM was optional. + + * configure.in + scripts/php-config.in: + - Remove these relics from era when TSRM was optional. + +2005-03-16 Wez Furlong + + * (PHP_5_0) + ZendEngine2/zend_API.c: + MFH: don't call rshutdown twice for dl()'d modules. + + * ZendEngine2/zend_API.c: + don't call rshutdown twice for dl()'d modules. + Spotted by Andrei. + 2005-03-15 Wez Furlong * ZendEngine2/zend.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fa0194c612..65ec0ceaeb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2005-03-16 Wez Furlong + + * (PHP_5_0) + zend_API.c: + MFH: don't call rshutdown twice for dl()'d modules. + + * zend_API.c: + don't call rshutdown twice for dl()'d modules. + Spotted by Andrei. + 2005-03-15 Wez Furlong * zend.c