From: Date: Wed, 13 Sep 2006 01:30:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80460edba1b4deb055fea500349018667314eb66;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3c5656b34c..1d8a6fcd81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,112 @@ +2006-09-12 Antony Dovgal + + * (PHP_5_2) + ext/oci8/tests/array_bind_013.phpt + ext/oci8/tests/define1.phpt + ext/oci8/tests/lob_021.phpt + ext/oci8/tests/lob_022.phpt + ext/oci8/tests/lob_023.phpt + ext/oci8/tests/lob_024.phpt + ext/oci8/tests/lob_025.phpt + ext/oci8/tests/lob_026.phpt: + new tests + + * ext/oci8/tests/array_bind_013.phpt + ext/oci8/tests/array_bind_013.phpt + ext/oci8/tests/define1.phpt + ext/oci8/tests/define1.phpt + ext/oci8/tests/lob_021.phpt + ext/oci8/tests/lob_021.phpt + ext/oci8/tests/lob_022.phpt + ext/oci8/tests/lob_022.phpt + ext/oci8/tests/lob_023.phpt + ext/oci8/tests/lob_023.phpt + ext/oci8/tests/lob_024.phpt + ext/oci8/tests/lob_024.phpt + ext/oci8/tests/lob_025.phpt + ext/oci8/tests/lob_025.phpt + ext/oci8/tests/lob_026.phpt + ext/oci8/tests/lob_026.phpt: + + new tests + + * (PHP_5_2) + ext/oci8/oci8.c: + declare oci_lob_seek() + + * ext/oci8/oci8.c: + uhm.. declare oci_lob_seek() along with OCI-Lob->seek() method + + * ext/iconv/iconv.c: + improve spelling (fixes #38780) + +2006-09-12 Derick Rethans + + * (PHP_5_2) + ext/filter/filter.c + ext/filter/filter_private.h: + - Make passing filter flags as LONG work again. + - Make super globals filtering work again (as quick workaround). + +2006-09-12 Ilia Alshanetsky + + * main/streams/plain_wrapper.c: + MFB: Fixed bug #37779 (empty include_path leads to search for files + inside /). + + * (PHP_5_2) + NEWS + main/streams/plain_wrapper.c: + Fixed bug #37779 (empty include_path leads to search for files inside /). + +2006-09-12 Pierre-Alain Joye + + * ext/zip/php_zip.c: + - MFB:PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH, + it now uses expand_filepath + + * (PHP_5_2) + ext/zip/php_zip.c: + - PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH, + it now uses expand_filepath + +2006-09-12 Antony Dovgal + + * (PHP_5_2) + ext/oci8/oci8_statement.c: + MFH: fix leak when binding a variable to the same placeholder several times + + * ext/oci8/oci8_statement.c + ext/oci8/tests/debug.phpt: + fix leak when binding a variable to the same placeholder several times + +2006-09-12 Dmitry Stogov + + * ZendEngine2/tests/bug38772.phpt + ZendEngine2/tests/bug38772.phpt: + + file bug38772.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug38772.phpt: + Fixed bug #38772 (inconsistent overriding of methods in different + visibility contexts) + +2006-09-12 Antony Dovgal + + * ext/openssl/openssl.c + ext/openssl/openssl.c: + remove a leftover + + * ext/reflection/tests/bug29986.phpt + ext/reflection/tests/bug29986.phpt: + fix test + 2006-09-11 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b817e9d962..472462de0a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2006-09-12 Dmitry Stogov + + * zend_compile.c + zend_compile.c + zend_object_handlers.c + zend_object_handlers.c + tests/bug38772.phpt: + Fixed bug #38772 (inconsistent overriding of methods in different + visibility contexts) + + * tests/bug38772.phpt + tests/bug38772.phpt: + + file bug38772.phpt was initially added on branch PHP_5_2. + 2006-09-11 Dmitry Stogov * zend_API.c: