Skip to content

Commit feaeb45

Browse files
author
committed
ChangeLog update
1 parent 37d4fa7 commit feaeb45

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed

ChangeLog

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,164 @@
1+
2006-07-26 Jani Taskinen <[email protected]>
2+
3+
* (PHP_5_2)
4+
NEWS
5+
ext/snmp/snmp.c:
6+
MFH: - Fixed bug #37564 (AES privacy encryption not possible due to
7+
net-snmp 5.2 compatibility issue)
8+
9+
* ext/snmp/snmp.c:
10+
- Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
11+
compatibility issue)
12+
13+
2006-07-26 Ilia Alshanetsky <[email protected]>
14+
15+
* ext/reflection/tests/bug38132.phpt:
16+
Added test for bug #38132
17+
18+
2006-07-26 Pierre-Alain Joye <[email protected]>
19+
20+
* ext/filter/tests/033.phpt
21+
ext/filter/tests/033.phpt
22+
ext/filter/tests/033_run.inc:
23+
- fix test
24+
25+
* (PHP_5_2)
26+
ext/filter/tests/033_run.inc:
27+
- readability
28+
29+
2006-07-26 Ilia Alshanetsky <[email protected]>
30+
31+
* (PHP_5_2)
32+
ext/reflection/php_reflection.c
33+
ext/reflection/tests/bug38132.phpt:
34+
Improved fix for bug #38132
35+
36+
2006-07-26 Antony Dovgal <[email protected]>
37+
38+
* (PHP_4_4)
39+
sapi/cli/php.1.in:
40+
fix typo (#38223)
41+
42+
2006-07-26 Dmitry Stogov <[email protected]>
43+
44+
* (PHP_5_2)
45+
NEWS
46+
ZendEngine2/zend_object_handlers.c
47+
ZendEngine2/zend_object_handlers.c
48+
ZendEngine2/zend_objects.c
49+
ZendEngine2/zend_objects.c
50+
ZendEngine2/tests/bug38220.phpt
51+
ZendEngine2/tests/bug38220.phpt
52+
ZendEngine2/tests/bug38220.phpt:
53+
Fixed bug #38220 (Crash on some object operations)
54+
55+
2006-07-26 Antony Dovgal <[email protected]>
56+
57+
* (PHP_5_2)
58+
main/rfc1867.h:
59+
eliminate compilation warnings on AIX
60+
61+
2006-07-26 Jani Taskinen <[email protected]>
62+
63+
* (PHP_5_2)
64+
NEWS:
65+
fix news
66+
67+
2006-07-26 Antony Dovgal <[email protected]>
68+
69+
* run-tests.php
70+
run-tests.php:
71+
turn Off Zend MM and check for leaks when running tests through valgrind
72+
73+
* sapi/apache2handler/sapi_apache2.c
74+
sapi/apache2handler/sapi_apache2.c:
75+
nuke unused variable
76+
77+
2006-07-26 Pierre-Alain Joye <[email protected]>
78+
79+
* (PHP_5_2)
80+
NEWS:
81+
- 38212 & 38214
82+
83+
* ext/gd/libgd/gd_gif_out.c:
84+
- MFB #38214, gif interlace never worked
85+
86+
* (PHP_5_2)
87+
ext/gd/libgd/gd_gif_out.c:
88+
- #38214, gif interlace never works
89+
90+
2006-07-26 Dmitry Stogov <[email protected]>
91+
92+
* ZendEngine2/tests/bug38211.phpt
93+
ZendEngine2/tests/bug38211.phpt:
94+
95+
file bug38211.phpt was initially added on branch PHP_5_2.
96+
97+
* (PHP_5_2)
98+
NEWS
99+
ZendEngine2/zend_vm_def.h
100+
ZendEngine2/zend_vm_def.h
101+
ZendEngine2/zend_vm_execute.h
102+
ZendEngine2/zend_vm_execute.h
103+
ZendEngine2/tests/bug38211.phpt:
104+
Fixed bug #38211 (variable name and cookie name match breaks script
105+
execution)
106+
107+
2006-07-26 Pierre-Alain Joye <[email protected]>
108+
109+
* ext/gd/tests/38179.phpt
110+
ext/gd/tests/bug38179.phpt
111+
ext/gd/tests/bug38179.phpt:
112+
- mv 38179.phpt to bug38179.phpt
113+
114+
2006-07-26 Antony Dovgal <[email protected]>
115+
116+
* (PHP_5_2)
117+
configure.in
118+
ext/standard/basic_functions.c:
119+
MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
120+
121+
* configure.in
122+
ext/standard/basic_functions.c:
123+
fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there
124+
125+
2006-07-26 Pierre-Alain Joye <[email protected]>
126+
127+
* (PHP_5_2)
128+
ext/gd/libgd/gd_gd2.c
129+
ext/gd/tests/bug38212.phpt:
130+
- MFH #38212, Segfault on invalid imagecreatefromgd2part() parameters
131+
132+
* ext/gd/libgd/gd_gd2.c
133+
ext/gd/tests/bug38212.phpt
134+
ext/gd/tests/bug38212.phpt:
135+
- #38212, Segfault on invalid imagecreatefromgd2part() parameters
136+
137+
2006-07-26 Dmitry Stogov <[email protected]>
138+
139+
* ZendEngine2/zend_alloc.c
140+
ZendEngine2/zend_alloc.c:
141+
Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.
142+
143+
2006-07-26 Antony Dovgal <[email protected]>
144+
145+
* ext/reflection/php_reflection.c
146+
ext/reflection/tests/bug38217.phpt:
147+
fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too
148+
much memory)
149+
150+
* (PHP_5_2)
151+
NEWS
152+
ext/reflection/php_reflection.c
153+
ext/reflection/tests/bug38217.phpt
154+
ext/reflection/tests/bug38217.phpt:
155+
MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate
156+
too much memory)
157+
158+
* ext/oci8/oci8.c
159+
ext/oci8/oci8.c:
160+
improve connection timeout check (implements FR #38210)
161+
1162
2006-07-25 Michael Wallner <[email protected]>
2163

3164
* ext/tidy/tidy.c:

Zend/ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2006-07-26 Dmitry Stogov <[email protected]>
2+
3+
* zend_object_handlers.c
4+
zend_object_handlers.c
5+
zend_objects.c
6+
zend_objects.c
7+
tests/bug38220.phpt:
8+
Fixed bug #38220 (Crash on some object operations)
9+
10+
* tests/bug38220.phpt
11+
tests/bug38220.phpt:
12+
13+
file bug38220.phpt was initially added on branch PHP_5_2.
14+
15+
* zend_vm_def.h
16+
zend_vm_def.h
17+
zend_vm_execute.h
18+
zend_vm_execute.h
19+
tests/bug38211.phpt:
20+
Fixed bug #38211 (variable name and cookie name match breaks script
21+
execution)
22+
23+
* tests/bug38211.phpt
24+
tests/bug38211.phpt:
25+
26+
file bug38211.phpt was initially added on branch PHP_5_2.
27+
28+
* zend_alloc.c
29+
zend_alloc.c:
30+
Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.
31+
132
2006-07-25 Dmitry Stogov <[email protected]>
233

334
* zend_alloc.c

0 commit comments

Comments
 (0)