+2009-02-20 Felipe Pena <felipensp@gmail.com>
+
+ * (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@hristov.com>
+
+ * (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 <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ ZendEngine2/tests/bug45805.phpt:
+ - spl is not forced on everyone in 5.2 branch.
+
+2009-02-20 Greg Beaver <greg@chiaraquartet.net>
+
+ * 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 <ilia@prohost.org>
* (PHP_5_2)
+2009-02-20 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_2)
+ tests/bug46701.phpt:
+ - Fix test
+
+2009-02-20 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_5_2)
+ tests/bug45805.phpt:
+ - spl is not forced on everyone in 5.2 branch.
+
2009-02-18 Dmitry Stogov <dmitry@zend.com>
* zend_gc.c