Skip to content

Commit cbee2d6

Browse files
author
committed
ChangeLog update
1 parent 3d29448 commit cbee2d6

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

ChangeLog

+68
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
2005-05-26 Andrei Zmievski <[email protected]>
2+
3+
* ext/standard/reg.c:
4+
Do a cache flush if we detect possible cache corruption (same as for
5+
PCRE).
6+
7+
2005-05-26 Dmitry Stogov <[email protected]>
8+
9+
* (PHP_5_0)
10+
NEWS
11+
ZendEngine2/zend_execute_API.c
12+
ZendEngine2/tests/bug33116.phpt:
13+
Fixed bug #33116 (crash when assigning class name to global variable in
14+
__autoload)
15+
16+
* ZendEngine2/tests/bug33116.phpt
17+
ZendEngine2/tests/bug33116.phpt:
18+
19+
Fixed bug #33116 (crash when assigning class name to global variable in
20+
__autoload).
21+
22+
* ZendEngine2/zend_execute_API.c:
23+
Fixed bug #33116 (crash when assigning class name to global variable in
24+
__autoload).
25+
26+
* NEWS
27+
ZendEngine2/zend_API.h
28+
ZendEngine2/zend_compile.c
29+
ZendEngine2/zend_compile.h
30+
ZendEngine2/zend_execute.c
31+
ZendEngine2/zend_language_parser.y
32+
ZendEngine2/zend_reflection_api.c
33+
ZendEngine2/tests/array_type_hint_001.phpt:
34+
Added array type hinting. (This patch requires full re-make)
35+
36+
2005-05-26 Marcus Boerger <[email protected]>
37+
38+
* (PHP_5_0)
39+
ZendEngine2/tests/bug27304.phpt
40+
ZendEngine2/tests/bug32981.phpt:
41+
- Add new tests
42+
43+
* ZendEngine2/tests/bug27304.phpt
44+
ZendEngine2/tests/bug27304.phpt
45+
ZendEngine2/tests/bug32981.phpt
46+
ZendEngine2/tests/bug32981.phpt:
47+
48+
- Add new tests
49+
50+
* (PHP_5_0)
51+
NEWS:
52+
- BFN
53+
54+
* ext/sqlite/sqlite.c:
55+
- Make SQLiteDatabase derivable by dropping final tag from class and
56+
making the ctor final to ensure it is being called, which is the
57+
problem.
58+
59+
2005-05-26 Ilia Alshanetsky <[email protected]>
60+
61+
* (PHP_4_3)
62+
ext/standard/url.c
63+
ext/standard/url.c:
64+
MFH: Added scheme validation for parse_url().
65+
66+
* ext/standard/url.c:
67+
Added scheme validation for parse_url().
68+
169
2005-05-25 Dmitry Stogov <[email protected]>
270

371
* tests/basic/bug29971.phpt

Zend/ChangeLog

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
2005-05-26 Dmitry Stogov <[email protected]>
2+
3+
* (PHP_5_0)
4+
zend_execute_API.c
5+
tests/bug33116.phpt:
6+
Fixed bug #33116 (crash when assigning class name to global variable in
7+
__autoload)
8+
9+
* tests/bug33116.phpt
10+
tests/bug33116.phpt:
11+
12+
Fixed bug #33116 (crash when assigning class name to global variable in
13+
__autoload).
14+
15+
* zend_execute_API.c:
16+
Fixed bug #33116 (crash when assigning class name to global variable in
17+
__autoload).
18+
19+
* zend_API.h
20+
zend_compile.c
21+
zend_compile.h
22+
zend_execute.c
23+
zend_language_parser.y
24+
zend_reflection_api.c
25+
tests/array_type_hint_001.phpt:
26+
Added array type hinting. (This patch requires full re-make)
27+
28+
2005-05-26 Marcus Boerger <[email protected]>
29+
30+
* (PHP_5_0)
31+
tests/bug27304.phpt
32+
tests/bug32981.phpt:
33+
- Add new tests
34+
35+
* tests/bug27304.phpt
36+
tests/bug27304.phpt
37+
tests/bug32981.phpt
38+
tests/bug32981.phpt:
39+
40+
- Add new tests
41+
142
2005-05-22 Ilia Alshanetsky <[email protected]>
243

344
* (PHP_5_0)

0 commit comments

Comments
 (0)