diff options
author | <changelog@php.net> | 2005-03-17 01:43:26 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-03-17 01:43:26 +0000 |
commit | e5f7f63d368ad21f76fb7cc585cdff32106b061c (patch) | |
tree | 535db671061ac0e3ead8c0bc6dc0afa0ef0b70ea /ChangeLog | |
parent | eb253ab571fb64d6c1dbf1ba42a3854519110703 (diff) | |
download | php-git-e5f7f63d368ad21f76fb7cc585cdff32106b061c.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,48 @@ +2005-03-16 Rasmus Lerdorf <rasmus@lerdorf.com> + + * TSRM/TSRM.h + TSRM/tsrm_config_common.h + main/php.h: + Fix Jani breakage + +2005-03-16 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_5_0) + NEWS: + MFH: Fixed bug #32326 (Check values of Connection/Transfer-Encoding + case-incentively) + +2005-03-16 Harrie Hazewinkel <harrie@lisanza.net> + + * 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 <jani.taskinen@kolumbus.fi> + + * (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 <wez.php@thebrainroom.net> + + * (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 <wez.php@thebrainroom.net> * ZendEngine2/zend.c |