From b874530ad3d484b487960b76986fd6bf8dffe192 Mon Sep 17 00:00:00 2001 From: Date: Tue, 19 Sep 2006 01:30:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 ++++++++++++ 2 files changed, 118 insertions(+) diff --git a/ChangeLog b/ChangeLog index 01604a6264..3b22703d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2006-09-18 Ilia Alshanetsky + + * main/main.c: + MFB: Avoid generating php_errormsg twice in some instances. + + * (PHP_5_2) + main/main.c: + Avoid generating php_errormsg twice in some instances. + +2006-09-18 Antony Dovgal + + * (PHP_5_2) + ext/oci8/config.m4: + add PHP version detection to this branch too, since I'm using this branch + to make PECL releases + +2006-09-18 Andrei Zmievski + + * ext/pcre/php_pcre.c: + Upgrade preg_split() to support Unicode strings. + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_language_scanner.l + ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + More work on Unicode support in PCRE. When UG(unicode) is on, all + strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8 + encoding. Failure to do so will result in unpredictable results. + +2006-09-18 Hannes Magnusson + + * (PHP_5_2) + ext/bcmath/libbcmath/src/.cvsignore + ext/gd/libgd/.cvsignore + ext/pcre/pcrelib/.cvsignore + ext/pdo_sqlite/sqlite/src/.cvsignore + ext/sqlite/libsqlite/src/.cvsignore + ext/zip/.cvsignore + ext/zip/lib/.cvsignore + main/.cvsignore + main/streams/.cvsignore + regex/.cvsignore + sapi/apache2filter/.cvsignore: + Add .libs to .cvsignore + +2006-09-18 Ilia Alshanetsky + + * ext/curl/interface.c: + MFB: Fixed bug #38574 (missing curl constants and improper constant + detection). + +2006-09-18 Hannes Magnusson + + * (PHP_5_2) + ext/session/tests/008-php4.2.3.phpt + ext/shmop/tests/001.phpt: + Fix tests + +2006-09-18 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/curl/interface.c: + Fixed bug #38574 (missing curl constants and improper constant detection). + +2006-09-18 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, + Dmitry) + +2006-09-18 Antony Dovgal + + * ext/bz2/tests/002.phpt: + fix test + + * (PHP_5_2) + ext/bz2/tests/002.phpt: + fix test (the error message is different across the systems) + +2006-09-18 Dmitry Stogov + + * ZendEngine2/zend_vm_gen.php + ZendEngine2/zend_vm_gen.php: + Fixed non-specialized executor + +2006-09-18 Ilia Alshanetsky + + * (PHP_5_2) + main/main.c: + Fixed memory leak on require() error + 2006-09-17 Pierre-Alain Joye * ext/filter/tests/037.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d3e0f210bb..46a4534c45 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2006-09-18 Andrei Zmievski + + * zend_API.c + zend_API.h + zend_language_scanner.l: + More work on Unicode support in PCRE. When UG(unicode) is on, all + strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8 + encoding. Failure to do so will result in unpredictable results. + +2006-09-18 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, + Dmitry) + + * zend_vm_gen.php + zend_vm_gen.php: + Fixed non-specialized executor + 2006-09-14 Dmitry Stogov * zend.h -- 2.50.1