From f9fcda00af30edc7431b618cf3da9230ea39feca Mon Sep 17 00:00:00 2001 From: Date: Wed, 21 Mar 2007 01:31:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 18 ++++++++++ 2 files changed, 115 insertions(+) diff --git a/ChangeLog b/ChangeLog index c09ab7ec281..0a7b5194c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,100 @@ +2007-03-20 Marcus Boerger + + * (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 + + * (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 + + * 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 * ZendEngine2/zend_strtod.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e88f2bd656c..bb8e974056c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2007-03-20 Dmitry Stogov + + * 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 * zend_strtod.c: