Skip to content

Commit 5d80c94

Browse files
author
committed
ChangeLog update
1 parent 6407b34 commit 5d80c94

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

ChangeLog

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
2005-11-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2+
3+
* ext/simplexml/tests/bug27010.phpt:
4+
- Synch test name
5+
6+
* (PHP_5_1)
7+
NEWS:
8+
- NEWS, NEWS, NEWS
9+
10+
* (PHP_5_1)
11+
ZendEngine2/zend_reflection_api.c:
12+
- MFH Reflection class consts (not removing globals consts in 5.1*) (by
13+
Johannes)
14+
15+
2005-11-24 Ilia Alshanetsky <ilia@prohost.org>
16+
17+
* (PHP_5_1)
18+
NEWS:
19+
Fixed bug #35358 (Incorrect error messages for PDO class constants).
20+
21+
2005-11-24 Antony Dovgal <antony@zend.com>
22+
23+
* ext/oci8/oci8.c:
24+
fix #35322 (oci_connect() after oci_close() gives unknown resource)
25+
26+
2005-11-24 Dmitry Stogov <dmitry@zend.com>
27+
28+
* (PHP_5_0)
29+
NEWS
30+
NEWS
31+
ZendEngine2/zend_compile.c
32+
ZendEngine2/zend_compile.c
33+
ZendEngine2/zend_compile.c
34+
ZendEngine2/zend_execute_API.c
35+
ZendEngine2/zend_execute_API.c
36+
ZendEngine2/zend_execute_API.c:
37+
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)
38+
39+
2005-11-24 Sebastian Bergmann <sb@sebastian-bergmann.de>
40+
41+
* (PHP_5_1)
42+
NEWS
43+
ZendEngine2/zend_builtin_functions.c
44+
ZendEngine2/zend_builtin_functions.h
45+
ZendEngine2/zend_exceptions.c:
46+
MFH: Add an additional field $frame['object'] to the result array of
47+
debug_backtrace() that contains a reference to the respective object when
48+
the frame was called from an object.
49+
50+
2005-11-24 Sara Golemon <sara@golemon.com>
51+
52+
* (PHP_5_1)
53+
ext/zlib/tests/zlib_filter_deflate.phpt
54+
ext/zlib/tests/zlib_filter_inflate.phpt:
55+
MFH (r-1.2) Sync tests with new defaults
56+
57+
* ext/zlib/tests/zlib_filter_deflate.phpt
58+
ext/zlib/tests/zlib_filter_inflate.phpt:
59+
Sync tests with new defaults
60+
61+
2005-11-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
62+
63+
* (PHP_5_1)
64+
ext/ming/config.m4
65+
ext/ming/ming.c:
66+
- Fix build for new ming versions
67+
168
2005-11-23 Ilia Alshanetsky <ilia@prohost.org>
269

370
* (PHP_5_1)

Zend/ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2005-11-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2+
3+
* (PHP_5_1)
4+
zend_reflection_api.c:
5+
- MFH Reflection class consts (not removing globals consts in 5.1*) (by
6+
Johannes)
7+
8+
2005-11-24 Dmitry Stogov <dmitry@zend.com>
9+
10+
* zend_compile.c
11+
zend_compile.c
12+
zend_compile.c
13+
zend_execute_API.c
14+
zend_execute_API.c
15+
zend_execute_API.c:
16+
Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)
17+
18+
2005-11-24 Sebastian Bergmann <sb@sebastian-bergmann.de>
19+
20+
* (PHP_5_1)
21+
zend_builtin_functions.c
22+
zend_builtin_functions.h
23+
zend_exceptions.c:
24+
MFH: Add an additional field $frame['object'] to the result array of
25+
debug_backtrace() that contains a reference to the respective object when
26+
the frame was called from an object.
27+
128
2005-11-23 Antony Dovgal <antony@zend.com>
229

330
* (PHP_5_1)

0 commit comments

Comments
 (0)