1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

ChangeLog update

This commit is contained in:
2007-03-21 01:31:11 +00:00
parent a4ee3cbff7
commit f9fcda00af
2 changed files with 115 additions and 0 deletions

View File

@@ -1,3 +1,100 @@
2007-03-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_2)
NEWS
ext/spl/spl_array.c
ext/spl/tests/bug40872.phpt:
- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
of string enclosed integers)
* ext/spl/spl_array.c
ext/spl/tests/bug40872.phpt
ext/spl/tests/bug40872.phpt:
- Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of
string enclosed integers)
* (PHP_5_2)
ext/mysqli/mysqli.c:
- MFH Optional dependency for SPL must be specified in header
* ext/mysqli/mysqli.c:
- Optional dependency for SPL must be specified in header
2007-03-20 Antony Dovgal <antony@zend.com>
* (PHP_5_2)
NEWS:
BFN
* (PHP_5_2)
TSRM/tsrm_win32.c:
MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
* TSRM/tsrm_win32.c:
fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
2007-03-20 Dmitry Stogov <dmitry@zend.com>
* ext/soap/tests/schema/schema082.phpt
ext/soap/tests/schema/schema082.phpt
ext/soap/tests/schema/schema083.phpt
ext/soap/tests/schema/schema083.phpt
ext/soap/tests/schema/schema084.phpt
ext/soap/tests/schema/schema084.phpt
ext/soap/tests/schema/test_schema.inc:
file schema082.phpt was initially added on branch PHP_5_2.
* (PHP_5_2)
NEWS
ext/soap/php_encoding.c
ext/soap/php_encoding.c
ext/soap/php_soap.h
ext/soap/php_soap.h
ext/soap/soap.c
ext/soap/soap.c
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt
ext/soap/tests/schema/schema081.phpt
ext/soap/tests/schema/schema081.phpt
ext/soap/tests/schema/schema082.phpt
ext/soap/tests/schema/schema083.phpt
ext/soap/tests/schema/schema084.phpt
ext/soap/tests/schema/test_schema.inc:
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL
type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE
option in SoapClient/SoapServer constructors.
* ext/soap/tests/bugs/bug36226-2.phpt
ext/soap/tests/bugs/bug36226-2.phpt
ext/soap/tests/bugs/bug36226-2.wsdl
ext/soap/tests/bugs/bug36226-2.wsdl:
file bug36226-2.phpt was initially added on branch PHP_5_2.
* (PHP_5_2)
NEWS
ext/soap/php_encoding.c
ext/soap/php_encoding.c
ext/soap/tests/bugs/bug36226-2.phpt
ext/soap/tests/bugs/bug36226-2.wsdl:
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)
* (PHP_5_2)
NEWS
ZendEngine2/zend_alloc.c
ZendEngine2/zend_alloc.c
ZendEngine2/zend_alloc.h
ZendEngine2/zend_alloc.h
ZendEngine2/tests/bug40261.phpt
ZendEngine2/tests/bug40261.phpt
ZendEngine2/tests/bug40261.phpt
ZendEngine2/tests/bug40809.phpt
ZendEngine2/tests/bug40809.phpt
ZendEngine2/tests/bug40809.phpt:
Improved Zend Memory Manager to guarantee reasonable time for worst cases
of best-fit free block searching algorithm.
2007-03-19 Antony Dovgal <antony@zend.com>
* ZendEngine2/zend_strtod.c:

View File

@@ -1,3 +1,21 @@
2007-03-20 Dmitry Stogov <dmitry@zend.com>
* zend_alloc.c
zend_alloc.c
zend_alloc.h
zend_alloc.h
tests/bug40261.phpt
tests/bug40809.phpt:
Improved Zend Memory Manager to guarantee reasonable time for worst cases
of best-fit free block searching algorithm.
* tests/bug40261.phpt
tests/bug40261.phpt
tests/bug40809.phpt
tests/bug40809.phpt:
file bug40261.phpt was initially added on branch PHP_5_2.
2007-03-19 Antony Dovgal <antony@zend.com>
* zend_strtod.c: