changelog Tue Sep 19 01:30:56 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2457&r2=1.2458&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2457 php-src/ChangeLog:1.2458 --- php-src/ChangeLog:1.2457 Mon Sep 18 01:30:57 2006 +++ php-src/ChangeLog Tue Sep 19 01:30:56 2006 @@ -1,3 +1,99 @@ +2006-09-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/curl/interface.c: + MFB: Fixed bug #38574 (missing curl constants and improper constant + detection). + +2006-09-18 Hannes Magnusson <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/session/tests/008-php4.2.3.phpt + ext/shmop/tests/001.phpt: + Fix tests + +2006-09-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/curl/interface.c: + Fixed bug #38574 (missing curl constants and improper constant detection). + +2006-09-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_vm_gen.php + ZendEngine2/zend_vm_gen.php: + Fixed non-specialized executor + +2006-09-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/main.c: + Fixed memory leak on require() error + 2006-09-17 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/filter/tests/037.phpt