From: Date: Fri, 13 Mar 2009 01:32:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7618b4644767e6e6f8e983ea3284d52be8fcdc9a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 17003fb180..560b4ad055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2009-03-12 Christopher Jones + + * (PHP_5_3) + NEWS: + Add PECL Bug #14268 + + * (PHP_5_3) + ext/oci8/config.m4: + MFH: Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to + 'autodetect' an Instant Client RPM install) & refactor + + * ext/oci8/config.m4: + Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' an + Instant Client RPM install) & refactor + +2009-03-12 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pgsql/pgsql.c: + + MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a + string + literal) + + * ext/pgsql/pgsql.c: + + Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a + string + literal) + + * (PHP_5_3) + ext/pgsql/pgsql.c: + Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string + literal) + +2009-03-12 Zoe Slattery + + * run-tests.php + run-tests.php + run-tests.php: + refixing %r in run-tests.php (thanks iain lewis for the fix) + +2009-03-12 Andrei Zmievski + + * ext/pdo/pdo_stmt.c: + Fix copy-pasto (needs to return proper CE). + +2009-03-12 Christopher Jones + + * ext/oci8/tests/connect_without_oracle_home.phpt + ext/oci8/tests/connect_without_oracle_home_old.phpt + ext/oci8/tests/pecl_bug16035.phpt: + Fix tests to use ENV and re-enable + 2009-03-11 Brian Shire * (PHP_5_3)