From e6714ae698289e06758de783f620015a61c5aff0 Mon Sep 17 00:00:00 2001 From: Date: Thu, 9 Nov 2006 01:31:24 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 30 +++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/ChangeLog b/ChangeLog index 515fd39d2d..ee962fc865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2006-11-08 Antony Dovgal + + * (PHP_5_2) + NEWS: + fix #39300 (make install fails if wget is not available) + add support of 'fetch' + +2006-11-08 Dmitry Stogov + + * ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.c: + HashTable copying optimization (Matt Wilmas) + + * (PHP_5_2) + NEWS + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug39297.phpt + ZendEngine2/tests/bug39297.phpt + ZendEngine2/tests/bug39297.phpt: + Fixed bug #39297 (Memory corryption because of indirect modification of + overloaded array). + + * (PHP_5_2) + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/zend_ini.c + ZendEngine2/zend_ini.c: + Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an + extension INI directive). (wharmby at uk dot ibm dot com, Dmitry) + +2006-11-08 Sara Golemon + + * ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c: + Put zend_lookup_class_ex back into the API for BC. + +2006-11-08 Dmitry Stogov + + * (PHP_5_2) + NEWS + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/tests/bugs/bug38536.phpt + ext/soap/tests/bugs/bug38536.phpt + ext/soap/tests/bugs/bug38536.phpt + ext/soap/tests/bugs/bug38536.wsdl + ext/soap/tests/bugs/bug38536.wsdl + ext/soap/tests/bugs/bug38536.wsdl: + Fixed bug #38536 (SOAP returns an array of values instead of an object) + 2006-11-07 Ilia Alshanetsky * ZendEngine2/zend_execute.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5cd5fc55f0..45cea5d873 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2006-11-08 Dmitry Stogov + + * zend_hash.c + zend_hash.c: + HashTable copying optimization (Matt Wilmas) + + * zend_object_handlers.c + zend_object_handlers.c + tests/bug39297.phpt: + Fixed bug #39297 (Memory corryption because of indirect modification of + overloaded array). + + * tests/bug39297.phpt + tests/bug39297.phpt: + + file bug39297.phpt was initially added on branch PHP_5_2. + + * zend.c + zend.c + zend_ini.c + zend_ini.c: + Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an + extension INI directive). (wharmby at uk dot ibm dot com, Dmitry) + +2006-11-08 Sara Golemon + + * zend_execute.h + zend_execute_API.c: + Put zend_lookup_class_ex back into the API for BC. + 2006-11-07 Ilia Alshanetsky * zend_execute.c -- 2.40.0