Skip to content

Commit 648b67c

Browse files
author
committed
ChangeLog update
1 parent 3786394 commit 648b67c

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

ChangeLog

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
2007-03-19 Antony Dovgal <antony@zend.com>
2+
3+
* ZendEngine2/zend_strtod.c:
4+
add folding tags
5+
6+
2007-03-19 Ilia Alshanetsky <ilia@prohost.org>
7+
8+
* (PHP_5_2)
9+
NEWS
10+
ext/imap/php_imap.c
11+
ext/imap/tests/bug40854.phpt
12+
ext/imap/tests/bug40854.phpt:
13+
14+
Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
15+
multipart e-mails).
16+
17+
2007-03-19 Dmitry Stogov <dmitry@zend.com>
18+
19+
* ZendEngine2/zend_vm_def.h
20+
ZendEngine2/zend_vm_execute.h
21+
ZendEngine2/tests/bug40833.phpt:
22+
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
23+
retrieved via __get()).
24+
25+
* ZendEngine2/tests/bug40833.phpt
26+
ZendEngine2/tests/bug40833.phpt:
27+
28+
file bug40833.phpt was initially added on branch PHP_5_2.
29+
30+
* (PHP_5_2)
31+
NEWS
32+
ZendEngine2/zend_vm_def.h
33+
ZendEngine2/zend_vm_execute.h:
34+
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
35+
retrieved via __get())
36+
37+
2007-03-19 Antony Dovgal <antony@zend.com>
38+
39+
* ext/session/session.c:
40+
MFB
41+
42+
* (PHP_5_2)
43+
ext/reflection/tests/bug40794.phpt:
44+
new test
45+
46+
* ext/reflection/tests/bug40794.phpt
47+
ext/reflection/tests/bug40794.phpt:
48+
49+
new test
50+
51+
2007-03-19 Edin Kadribasic <edin@krug.dk>
52+
53+
* win32/build/confutils.js:
54+
MFB: Make DLL only once (Wez)
55+
56+
* (PHP_5_2)
57+
win32/build/confutils.js:
58+
Make DLL only once (Wez)
59+
160
2007-03-18 Rob Richards <rrichards@ctindustries.net>
261

362
* (PHP_5_2)

Zend/ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2007-03-19 Antony Dovgal <antony@zend.com>
2+
3+
* zend_strtod.c:
4+
add folding tags
5+
6+
2007-03-19 Dmitry Stogov <dmitry@zend.com>
7+
8+
* zend_vm_def.h
9+
zend_vm_execute.h
10+
tests/bug40833.phpt:
11+
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
12+
retrieved via __get()).
13+
14+
* (PHP_5_2)
15+
zend_vm_def.h
16+
zend_vm_execute.h
17+
tests/bug40833.phpt
18+
tests/bug40833.phpt:
19+
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object
20+
retrieved via __get())
21+
122
2007-03-15 Antony Dovgal <antony@zend.com>
223

324
* (PHP_5_2)

0 commit comments

Comments
 (0)