From: Date: Sat, 21 Feb 2009 01:32:40 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64b4b0c9ca7c32d38a9ee261ea23068a5fa23a24;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6985ee7d44..3832382205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2009-02-20 Felipe Pena + + * (PHP_5_2) + ZendEngine2/tests/bug46701.phpt + ext/pdo_sqlite/tests/bug46542.phpt + ext/pdo_sqlite/tests/bug46542.phpt: + - Fix test + +2009-02-20 Andrey Hristov + + * (PHP_5_3) + ext/mysqlnd/mysqlnd_charset.c: + MFH: Add charsets from MySQL 6.0 as a structure to be used later + + * ext/mysqlnd/mysqlnd_charset.c: + Add the charsets available from 6.0 as a structure, to be used later + +2009-02-20 Jani Taskinen + + * (PHP_5_2) + ZendEngine2/tests/bug45805.phpt: + - spl is not forced on everyone in 5.2 branch. + +2009-02-20 Greg Beaver + + * ext/phar/phar.c + ext/phar/pharzip.h + ext/phar/zip.c: + MFB: fix zip access to work in all compilers, present and future, and on + all arches without potential for bus errors. This removes PHAR_ZIP_PACK + in favor of a safer approach + + * (PHP_5_3) + ext/phar/phar.c + ext/phar/pharzip.h + ext/phar/zip.c: + fix zip access to work in all compilers, present and future, and on all + arches without potential for bus errors. This removes PHAR_ZIP_PACK in + favor of a safer approach + 2009-02-19 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5887b2b1e1..3b5951a783 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2009-02-20 Felipe Pena + + * (PHP_5_2) + tests/bug46701.phpt: + - Fix test + +2009-02-20 Jani Taskinen + + * (PHP_5_2) + tests/bug45805.phpt: + - spl is not forced on everyone in 5.2 branch. + 2009-02-18 Dmitry Stogov * zend_gc.c