Skip to content

Commit f9fcda0

Browse files
author
committed
ChangeLog update
1 parent a4ee3cb commit f9fcda0

File tree

2 files changed

+115
-0
lines changed

2 files changed

+115
-0
lines changed

ChangeLog

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,100 @@
1+
2007-03-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2+
3+
* (PHP_5_2)
4+
NEWS
5+
ext/spl/spl_array.c
6+
ext/spl/tests/bug40872.phpt:
7+
- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
8+
of string enclosed integers)
9+
10+
* ext/spl/spl_array.c
11+
ext/spl/tests/bug40872.phpt
12+
ext/spl/tests/bug40872.phpt:
13+
- Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of
14+
string enclosed integers)
15+
16+
* (PHP_5_2)
17+
ext/mysqli/mysqli.c:
18+
- MFH Optional dependency for SPL must be specified in header
19+
20+
* ext/mysqli/mysqli.c:
21+
- Optional dependency for SPL must be specified in header
22+
23+
2007-03-20 Antony Dovgal <antony@zend.com>
24+
25+
* (PHP_5_2)
26+
NEWS:
27+
BFN
28+
29+
* (PHP_5_2)
30+
TSRM/tsrm_win32.c:
31+
MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
32+
33+
* TSRM/tsrm_win32.c:
34+
fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
35+
36+
2007-03-20 Dmitry Stogov <dmitry@zend.com>
37+
38+
* ext/soap/tests/schema/schema082.phpt
39+
ext/soap/tests/schema/schema082.phpt
40+
ext/soap/tests/schema/schema083.phpt
41+
ext/soap/tests/schema/schema083.phpt
42+
ext/soap/tests/schema/schema084.phpt
43+
ext/soap/tests/schema/schema084.phpt
44+
ext/soap/tests/schema/test_schema.inc:
45+
46+
file schema082.phpt was initially added on branch PHP_5_2.
47+
48+
* (PHP_5_2)
49+
NEWS
50+
ext/soap/php_encoding.c
51+
ext/soap/php_encoding.c
52+
ext/soap/php_soap.h
53+
ext/soap/php_soap.h
54+
ext/soap/soap.c
55+
ext/soap/soap.c
56+
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt
57+
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt
58+
ext/soap/tests/schema/schema081.phpt
59+
ext/soap/tests/schema/schema081.phpt
60+
ext/soap/tests/schema/schema082.phpt
61+
ext/soap/tests/schema/schema083.phpt
62+
ext/soap/tests/schema/schema084.phpt
63+
ext/soap/tests/schema/test_schema.inc:
64+
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL
65+
type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE
66+
option in SoapClient/SoapServer constructors.
67+
68+
* ext/soap/tests/bugs/bug36226-2.phpt
69+
ext/soap/tests/bugs/bug36226-2.phpt
70+
ext/soap/tests/bugs/bug36226-2.wsdl
71+
ext/soap/tests/bugs/bug36226-2.wsdl:
72+
73+
file bug36226-2.phpt was initially added on branch PHP_5_2.
74+
75+
* (PHP_5_2)
76+
NEWS
77+
ext/soap/php_encoding.c
78+
ext/soap/php_encoding.c
79+
ext/soap/tests/bugs/bug36226-2.phpt
80+
ext/soap/tests/bugs/bug36226-2.wsdl:
81+
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)
82+
83+
* (PHP_5_2)
84+
NEWS
85+
ZendEngine2/zend_alloc.c
86+
ZendEngine2/zend_alloc.c
87+
ZendEngine2/zend_alloc.h
88+
ZendEngine2/zend_alloc.h
89+
ZendEngine2/tests/bug40261.phpt
90+
ZendEngine2/tests/bug40261.phpt
91+
ZendEngine2/tests/bug40261.phpt
92+
ZendEngine2/tests/bug40809.phpt
93+
ZendEngine2/tests/bug40809.phpt
94+
ZendEngine2/tests/bug40809.phpt:
95+
Improved Zend Memory Manager to guarantee reasonable time for worst cases
96+
of best-fit free block searching algorithm.
97+
198
2007-03-19 Antony Dovgal <antony@zend.com>
299

3100
* ZendEngine2/zend_strtod.c:

Zend/ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2007-03-20 Dmitry Stogov <dmitry@zend.com>
2+
3+
* zend_alloc.c
4+
zend_alloc.c
5+
zend_alloc.h
6+
zend_alloc.h
7+
tests/bug40261.phpt
8+
tests/bug40809.phpt:
9+
Improved Zend Memory Manager to guarantee reasonable time for worst cases
10+
of best-fit free block searching algorithm.
11+
12+
* tests/bug40261.phpt
13+
tests/bug40261.phpt
14+
tests/bug40809.phpt
15+
tests/bug40809.phpt:
16+
17+
file bug40261.phpt was initially added on branch PHP_5_2.
18+
119
2007-03-19 Antony Dovgal <antony@zend.com>
220

321
* zend_strtod.c:

0 commit comments

Comments
 (0)