]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 17 Mar 2005 01:43:26 +0000 (01:43 +0000)
committer <changelog@php.net> <>
Thu, 17 Mar 2005 01:43:26 +0000 (01:43 +0000)
ChangeLog
Zend/ChangeLog

index 8e242f264411e393b60e948730b3cc86a0d199e4..f5530b6a24c43308a613b4d90c744133fd9f6cee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fa0194c6129d692de95711d94b6a19114106b2b3..65ec0ceaebde7aae8bcf5857a91acc5b58964118 100644 (file)
@@ -1,3 +1,13 @@
+2005-03-16  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (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  <wez.php@thebrainroom.net>
 
     * zend.c