Skip to content

Commit d5bf30a

Browse files
author
committed
ChangeLog update
1 parent f303047 commit d5bf30a

File tree

2 files changed

+203
-0
lines changed

2 files changed

+203
-0
lines changed

ChangeLog

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,150 @@
1+
2005-08-10 Rasmus Lerdorf <[email protected]>
2+
3+
* main/php_variables.c:
4+
MFB minor consistency cleanup
5+
6+
* (PHP_5_1)
7+
main/php_variables.c:
8+
Minor consistency cleanup
9+
10+
2005-08-10 Ilia Alshanetsky <[email protected]>
11+
12+
* (PHP_4_4)
13+
NEWS
14+
NEWS
15+
ext/wddx/wddx.c
16+
ext/wddx/wddx.c:
17+
MFH: Fixed bug #34068 (Numeric string as array key not cast to integer in
18+
wddx_deserialize()).
19+
20+
* ext/wddx/wddx.c:
21+
Fixed bug #34068 (Numeric string as array key not cast to integer in
22+
wddx_deserialize()).
23+
24+
2005-08-10 Dmitry Stogov <[email protected]>
25+
26+
* NEWS
27+
NEWS
28+
NEWS
29+
ZendEngine2/zend_execute.c
30+
ZendEngine2/zend_vm_def.h
31+
ZendEngine2/zend_vm_def.h
32+
ZendEngine2/zend_vm_execute.h
33+
ZendEngine2/zend_vm_execute.h
34+
ZendEngine2/zend_vm_opcodes.h
35+
ZendEngine2/zend_vm_opcodes.h:
36+
Fixed bug #34062 (Crash in catch block when many arguments are used)
37+
38+
* NEWS
39+
NEWS
40+
ZendEngine2/zend_compile.c
41+
ZendEngine2/zend_compile.c
42+
ZendEngine2/zend_compile.h
43+
ZendEngine2/zend_compile.h
44+
ext/standard/basic_functions.c
45+
ext/standard/basic_functions.c:
46+
Fixed bug #25359 (array_multisort() doesn't work in a function if array is
47+
global or reference)
48+
49+
* ZendEngine2/tests/bug34064.phpt
50+
ZendEngine2/tests/bug34064.phpt:
51+
52+
Fixed bug #34064 (arr[] as param to function in class gives invalid
53+
opcode)
54+
55+
* NEWS
56+
NEWS
57+
ZendEngine2/zend_vm_def.h
58+
ZendEngine2/zend_vm_def.h
59+
ZendEngine2/zend_vm_execute.h
60+
ZendEngine2/zend_vm_execute.h
61+
ZendEngine2/zend_vm_opcodes.h
62+
ZendEngine2/zend_vm_opcodes.h
63+
ZendEngine2/tests/bug34064.phpt:
64+
Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)
65+
66+
* ZendEngine2/tests/bug34064.phpt
67+
ZendEngine2/tests/bug34064.phpt:
68+
69+
file bug34064.phpt was initially added on branch PHP_5_0.
70+
71+
* (PHP_4_4)
72+
NEWS
73+
NEWS
74+
Zend/zend_execute.c
75+
ZendEngine2/zend_execute.c:
76+
Fixed bug #34064 (arr[] as param to function is allowed only if function
77+
receives argument by reference)
78+
79+
2005-08-10 Antony Dovgal <[email protected]>
80+
81+
* ext/standard/array.c:
82+
fix build
83+
84+
2005-08-10 Dmitry Stogov <[email protected]>
85+
86+
* ext/standard/tests/array/bug33940.phpt
87+
ext/standard/tests/array/bug33940.phpt
88+
ext/standard/tests/array/bug33940.phpt:
89+
1.2.4;
90+
Fixed bug #33940 (array_map() fails to pass by reference when called
91+
recursively)
92+
93+
* NEWS
94+
NEWS
95+
NEWS
96+
NEWS
97+
ext/standard/array.c
98+
ext/standard/array.c
99+
ext/standard/array.c
100+
ext/standard/array.c
101+
ext/standard/tests/array/bug33940.phpt
102+
ext/standard/tests/array/bug33940.phpt:
103+
Fixed bug #33940 (array_map() fails to pass by reference when called
104+
recursively)
105+
106+
* ext/standard/tests/array/bug33940.phpt
107+
ext/standard/tests/array/bug33940.phpt:
108+
109+
file bug33940.phpt was initially added on branch PHP_5_1.
110+
111+
* ext/standard/tests/array/bug29253.phpt
112+
ext/standard/tests/array/bug29253.phpt
113+
ext/standard/tests/array/bug29253.phpt:
114+
1.2.4;
115+
Fixed bug #29253 (array_diff with $GLOBALS argument fails)
116+
117+
* NEWS
118+
NEWS
119+
NEWS
120+
NEWS
121+
ext/standard/array.c
122+
ext/standard/array.c
123+
ext/standard/array.c
124+
ext/standard/array.c
125+
ext/standard/tests/array/bug29253.phpt
126+
ext/standard/tests/array/bug29253.phpt:
127+
Fixed bug #29253 (array_diff with $GLOBALS argument fails)
128+
129+
* ext/standard/tests/array/bug29253.phpt
130+
ext/standard/tests/array/bug29253.phpt:
131+
132+
file bug29253.phpt was initially added on branch PHP_5_1.
133+
134+
* NEWS
135+
NEWS
136+
ZendEngine2/zend_vm_def.h
137+
ZendEngine2/zend_vm_def.h
138+
ZendEngine2/zend_vm_execute.h
139+
ZendEngine2/zend_vm_execute.h
140+
ZendEngine2/tests/bug34045.phpt:
141+
Fixed bug #34045 (Buffer overflow with serialized object)
142+
143+
* ZendEngine2/tests/bug34045.phpt
144+
ZendEngine2/tests/bug34045.phpt:
145+
146+
file bug34045.phpt was initially added on branch PHP_5_1.
147+
1148
2005-08-09 Andi Gutmans <[email protected]>
2149

3150
* (PHP_5_1)

Zend/ChangeLog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
2005-08-10 Dmitry Stogov <[email protected]>
2+
3+
* (PHP_5_0)
4+
zend_execute.c
5+
zend_vm_def.h
6+
zend_vm_def.h
7+
zend_vm_execute.h
8+
zend_vm_execute.h
9+
zend_vm_opcodes.h
10+
zend_vm_opcodes.h:
11+
Fixed bug #34062 (Crash in catch block when many arguments are used)
12+
13+
* zend_compile.c
14+
zend_compile.c
15+
zend_compile.h
16+
zend_compile.h:
17+
Fixed bug #25359 (array_multisort() doesn't work in a function if array is
18+
global or reference)
19+
20+
* tests/bug34064.phpt
21+
tests/bug34064.phpt:
22+
23+
Fixed bug #34064 (arr[] as param to function in class gives invalid
24+
opcode)
25+
26+
* zend_vm_def.h
27+
zend_vm_def.h
28+
zend_vm_execute.h
29+
zend_vm_execute.h
30+
zend_vm_opcodes.h
31+
zend_vm_opcodes.h
32+
tests/bug34064.phpt:
33+
Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)
34+
35+
* tests/bug34064.phpt
36+
tests/bug34064.phpt:
37+
38+
file bug34064.phpt was initially added on branch PHP_5_0.
39+
40+
* (PHP_5_0)
41+
zend_execute.c:
42+
Fixed bug #34064 (arr[] as param to function is allowed only if function
43+
receives argument by reference)
44+
45+
* zend_vm_def.h
46+
zend_vm_def.h
47+
zend_vm_execute.h
48+
zend_vm_execute.h
49+
tests/bug34045.phpt:
50+
Fixed bug #34045 (Buffer overflow with serialized object)
51+
52+
* tests/bug34045.phpt
53+
tests/bug34045.phpt:
54+
55+
file bug34045.phpt was initially added on branch PHP_5_1.
56+
157
2005-08-09 Derick Rethans <[email protected]>
258

359
* zend_extensions.h

0 commit comments

Comments
 (0)