]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 21 Oct 2004 00:37:45 +0000 (00:37 +0000)
committer <changelog@php.net> <>
Thu, 21 Oct 2004 00:37:45 +0000 (00:37 +0000)
ChangeLog
Zend/ChangeLog

index de7743a78e5f3242ad117d0e00ee48ffe6e0de1f..62b208e7b70307de1a48894054a8c5e66ef5aa83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2004-10-20  Andi Gutmans  <andi@zend.com>
+
+    * tests/classes/interface_method_private.phpt:
+      - Fix test
+
+2004-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/string.c:
+      Slight optimization in str_split() when split length is the same or greater
+      then the string length.
+
+2004-10-20  Andi Gutmans  <andi@zend.com>
+
+    * tests/classes/interface_must_be_implemented.phpt:
+      - One more test fix
+
+    * tests/classes/interface_doubled.phpt
+      tests/classes/interface_implemented.phpt
+      tests/classes/interface_instantiate.phpt:
+      - Fix interface tests. Interfaces should not use access modifiers
+
+    * ZendEngine2/zend_operators.c:
+      - If object handles are equal then save the comparison of properties in
+      - the == operator.
+
+2004-10-20  Stanislav Malyshev  <stas@zend.com>
+
+    * main/output.c:
+      MF4: fix double bailout in HEAD when output is attempted from shutdown
+
+    * (PHP_4_3)
+      main/output.c:
+      fix HEAD problem: if some output is attempted in shutdown,
+      it bails out from shutdown sequence, which is bad
+
+2004-10-20  Joe Orton  <jorton@redhat.com>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      Fix case where php_handle_aborted_connection was called outside a
+      try/end_try block (#25570).
+
 2004-10-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/standard/file.c:
index c1b70718c803582d3ae28d15d9f8d25ea6ad2f4d..7e2a12ff6a3043a6f5fac9de3dfef704d41966fd 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-20  Andi Gutmans  <andi@zend.com>
+
+    * zend_operators.c:
+      - If object handles are equal then save the comparison of properties in
+      - the == operator.
+
 2004-10-18  Anantha Kesari H Y  <hyanantha@novell.com>
 
     * zend_modules.h: