]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 13 Mar 2009 01:32:45 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 13 Mar 2009 01:32:45 +0000 (01:32 +0000)
ChangeLog

index 17003fb180efc03dcf08c16946be7e4331a588b0..560b4ad0550043ff8d47f7c89c0945dfdfd3d43a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2009-03-12  Christopher Jones  <christopher.jones@oracle.com>
+
+    * (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  <ilia@prohost.org>
+
+    * (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  <zoe.slattery@googlemail.com>
+
+    * 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  <andrei@gravitonic.com>
+
+    * ext/pdo/pdo_stmt.c:
+      Fix copy-pasto (needs to return proper CE).
+
+2009-03-12  Christopher Jones  <christopher.jones@oracle.com>
+
+    * 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  <shire@tekrat.com>
 
     * (PHP_5_3)