summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-10-21 00:37:45 +0000
committer <changelog@php.net>2004-10-21 00:37:45 +0000
commit54aa88107572f86a29c5f631dc22dbea3ea1ccce (patch)
tree5813a35fe226161e270ee6ce94a87b1f76fd3db1
parent086e95138729a0107a9a695efbaef0b1fd2b6557 (diff)
downloadphp-git-54aa88107572f86a29c5f631dc22dbea3ea1ccce.tar.gz
ChangeLog update
-rw-r--r--ChangeLog41
-rw-r--r--Zend/ChangeLog6
2 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de7743a78e..62b208e7b7 100644
--- 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:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index c1b70718c8..7e2a12ff6a 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: