]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 20 May 2005 00:33:33 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Fri, 20 May 2005 00:33:33 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index d4906093891cfebed5e981b7a5950faae53c8eef..76aca907aa8cbb9659f0c278cc3aee8f163f49fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2005-05-19  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_5_0)
+      NEWS:
+      .
+
+    * (PHP_4_3)
+      NEWS:
+      NEWS file update for Jani
+
+    * (PHP_4_3)
+      sapi/apache/mod_php4.c
+      sapi/apache/mod_php5.c:
+      Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
+      RFC 2616 section 10.3.5
+
+    * (PHP_5_0)
+      sapi/apache/mod_php5.c:
+      MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as
+      per
+      RFC 2616 section 10.3.5
+
+2005-05-19  George Schlossnagle  <george@omniti.com>
+
+    * (PHP_5_0)
+      ext/mysql/config.m4:
+      support building on new-fangled 64bit linux distros that stick
+      libraries in /usr/lib64
+
+2005-05-19  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      NEWS
+      ext/dom/element.c:
+      MFH: Fixed bug #33059 (crash when moving xml attribute set in dtd).
+
+    * ext/dom/element.c:
+      Fixed bug #33059 (crash when moving xml attribute set in dtd).
+
+2005-05-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_object_handlers.c:
+      Backported fix for bug #30451
+
+    * ZendEngine2/tests/bug31828.phpt
+      ZendEngine2/tests/bug31828.phpt
+      ZendEngine2/tests/bug32080.phpt
+      ZendEngine2/tests/bug32080.phpt:
+      Strict warnings
+
 2005-05-18  Stanislav Malyshev  <stas@zend.com>
 
     * (PHP_4_3)
index 5307cfe0335f2a868594b3b96b868bc3a1e85d64..6ec499cebfbfc045cac49952aa048b3debbdb512 100644 (file)
@@ -1,3 +1,15 @@
+2005-05-19  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      zend_object_handlers.c:
+      Backported fix for bug #30451
+
+    * tests/bug31828.phpt
+      tests/bug31828.phpt
+      tests/bug32080.phpt
+      tests/bug32080.phpt:
+      Strict warnings
+
 2005-05-18  Stanislav Malyshev  <stas@zend.com>
 
     * zend.c