Skip to content

Commit 54aa881

Browse files
author
committed
ChangeLog update
1 parent 086e951 commit 54aa881

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

ChangeLog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
2004-10-20 Andi Gutmans <andi@zend.com>
2+
3+
* tests/classes/interface_method_private.phpt:
4+
- Fix test
5+
6+
2004-10-20 Ilia Alshanetsky <ilia@prohost.org>
7+
8+
* ext/standard/string.c:
9+
Slight optimization in str_split() when split length is the same or greater
10+
then the string length.
11+
12+
2004-10-20 Andi Gutmans <andi@zend.com>
13+
14+
* tests/classes/interface_must_be_implemented.phpt:
15+
- One more test fix
16+
17+
* tests/classes/interface_doubled.phpt
18+
tests/classes/interface_implemented.phpt
19+
tests/classes/interface_instantiate.phpt:
20+
- Fix interface tests. Interfaces should not use access modifiers
21+
22+
* ZendEngine2/zend_operators.c:
23+
- If object handles are equal then save the comparison of properties in
24+
- the == operator.
25+
26+
2004-10-20 Stanislav Malyshev <stas@zend.com>
27+
28+
* main/output.c:
29+
MF4: fix double bailout in HEAD when output is attempted from shutdown
30+
31+
* (PHP_4_3)
32+
main/output.c:
33+
fix HEAD problem: if some output is attempted in shutdown,
34+
it bails out from shutdown sequence, which is bad
35+
36+
2004-10-20 Joe Orton <jorton@redhat.com>
37+
38+
* sapi/apache2handler/sapi_apache2.c:
39+
Fix case where php_handle_aborted_connection was called outside a
40+
try/end_try block (#25570).
41+
142
2004-10-19 Ilia Alshanetsky <ilia@prohost.org>
243

344
* ext/standard/file.c:

Zend/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2004-10-20 Andi Gutmans <andi@zend.com>
2+
3+
* zend_operators.c:
4+
- If object handles are equal then save the comparison of properties in
5+
- the == operator.
6+
17
2004-10-18 Anantha Kesari H Y <hyanantha@novell.com>
28

39
* zend_modules.h:

0 commit comments

Comments
 (0)