+2009-05-12 Matteo Beccati <matteo@beccati.com>
+
+ * (PHP_5_3)
+ ext/pdo/tests/bug_44861.phpt
+ ext/pdo_pgsql/tests/bug44861.phpt:
+ MFH
+ - Moved test for bug #44861 to PDO commons and added support for pdo_oci
+
+ * ext/pdo/tests/bug_44861.phpt
+ ext/pdo/tests/bug_44861.phpt
+ ext/pdo_pgsql/tests/bug44861.phpt:
+
+ - Moved test for bug #44861 to PDO commons and added support for pdo_oci
+
+2009-05-12 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/tests/bug48248.phpt
+ ZendEngine2/tests/bug48248.phpt:
+ - MFH: Fixed bug #48248 (SIGSEGV when access to private property via
+ &__get)
+
+ * ZendEngine2/zend_object_handlers.c
+ ZendEngine2/tests/bug48248.phpt
+ ZendEngine2/tests/bug48248.phpt
+ ZendEngine2/tests/bug48248.phpt:
+ - Fixed bug #48248 (SIGSEGV when access to private property via &__get)
+
+2009-05-12 Matteo Beccati <matteo@beccati.com>
+
+ * ext/pdo_pgsql/pgsql_statement.c
+ ext/pdo_pgsql/php_pdo_pgsql_int.h
+ ext/pdo_pgsql/tests/bug44861.phpt:
+ - Fixed bug #48188
+
+ * (PHP_5_2)
+ NEWS:
+ Added proper credits for the last commit
+
+ * (PHP_5_2)
+ NEWS
+ ext/pdo_oci/oci_driver.c
+ ext/pdo_oci/oci_statement.c
+ ext/pdo_oci/tests/bug44301.phpt:
+ MFH
+ - Backported fix for #44301
+ - Fixed bug #48070
+
+ * ext/pdo_oci/oci_driver.c:
+ - Fixed bug #48070
+
+ * ext/pdo_oci/oci_driver.c
+ ext/pdo_oci/oci_statement.c
+ ext/pdo_oci/package.xml
+ ext/pdo_oci/package2.xml
+ ext/pdo_oci/pdo_oci.c
+ ext/pdo_oci/php_pdo_oci.h
+ ext/pdo_oci/php_pdo_oci_int.h
+ ext/pdo_oci/tests/bug41996.phpt
+ ext/pdo_oci/tests/bug_33707.phpt
+ ext/pdo_oci/tests/pdo_oci_attr_case.phpt
+ ext/pdo_oci/tests/pdo_oci_attr_client.phpt
+ ext/pdo_oci/tests/pdo_oci_attr_drivername.phpt
+ ext/pdo_oci/tests/pdo_oci_attr_nulls_1.phpt
+ ext/pdo_oci/tests/pdo_oci_attr_server.phpt
+ ext/pdo_oci/tests/pdo_oci_quote1.phpt
+ ext/pdo_oci/tests/pecl_bug_6364.phpt:
+ MFB
+ - Updated PDO_OCI to the latest version (from PHP_5_3 branch)
+
+2009-05-12 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_3)
+ ext/date/tests/002.phpt
+ ext/date/tests/009_win32.phpt
+ ext/date/tests/bug13142.phpt
+ ext/date/tests/bug14561.phpt
+ ext/date/tests/bug17988.phpt
+ ext/date/tests/bug20382-1.phpt
+ ext/date/tests/bug20382-2.phpt
+ ext/date/tests/bug21399.phpt
+ ext/date/tests/bug21966.phpt
+ ext/date/tests/bug26090.phpt
+ ext/date/tests/bug26317.phpt
+ ext/date/tests/bug26320.phpt
+ ext/date/tests/bug26694.phpt
+ ext/date/tests/bug27719.phpt
+ ext/date/tests/bug27780.phpt
+ ext/date/tests/bug28024.phpt
+ ext/date/tests/bug29150.phpt
+ ext/date/tests/bug30532.phpt
+ ext/date/tests/bug32086.phpt
+ ext/date/tests/bug32270.phpt
+ ext/date/tests/bug32555.phpt
+ ext/date/tests/bug32588.phpt
+ ext/date/tests/bug33414-1.phpt
+ ext/date/tests/bug33414-2.phpt
+ ext/date/tests/bug33415-1.phpt
+ ext/date/tests/bug33532.phpt
+ ext/date/tests/bug35425.phpt
+ ext/date/tests/date_default_timezone_get-3.phpt:
+ - Fixed tests on Windows
+
+2009-05-12 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/pack.c
+ ext/standard/pack.c
+ ext/standard/tests/strings/bug38770.phpt
+ ext/standard/tests/strings/bug38770.phpt:
+
+ MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
+ wrong result)
+
+ * (PHP_5_3)
+ ext/standard/pack.c
+ ext/standard/tests/strings/bug38770.phpt:
+
+ Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
+ result)
+
2009-05-11 Felipe Pena <felipensp@gmail.com>
* ZendEngine2/zend_exceptions.c