File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
42
2004-10-19 Ilia Alshanetsky <ilia@prohost.org>
2
43
3
44
* ext/standard/file.c:
Original file line number Diff line number Diff line change
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
+
1
7
2004-10-18 Anantha Kesari H Y <hyanantha@novell.com>
2
8
3
9
* zend_modules.h:
You can’t perform that action at this time.
0 commit comments