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

index 64f7b10fe55eb26b4a0aedb51b9fa9c9f6037472..8b7041788fec324b36f36507557f68a3513f0353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2009-03-09  Christopher Jones  <christopher.jones@oracle.com>
+
+    * ext/oci8/tests/bug47189.phpt
+      ext/oci8/tests/bug47189.phpt:
+      
+      New test for oci_fetch_all
+
+    * (PHP_5_3)
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h:
+      MFH: Make non-public prototype match the type passed at call
+
+    * ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h:
+      Make non-public prototype match the type passed at call
+
+    * (PHP_5_3)
+      ext/oci8/oci8_interface.c:
+      MFH: Use PHP 5 function name in error message
+
+    * ext/oci8/oci8_interface.c:
+      Use PHP 5 function name in error message
+
+    * (PHP_5_3)
+      ext/oci8/oci8.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/b47243_1.phpt
+      ext/oci8/tests/b47243_2.phpt
+      ext/oci8/tests/b47243_3.phpt
+      ext/oci8/tests/debug.phpt:
+      MFH: Bug #47243 (Crash at shutdown on Windows)
+
+    * ext/oci8/oci8.c
+      ext/oci8/php_oci8_int.h
+      ext/oci8/tests/b47243_1.phpt
+      ext/oci8/tests/b47243_1.phpt
+      ext/oci8/tests/b47243_2.phpt
+      ext/oci8/tests/b47243_2.phpt
+      ext/oci8/tests/b47243_3.phpt
+      ext/oci8/tests/b47243_3.phpt
+      ext/oci8/tests/debug.phpt:
+      Bug #47243 (Crash at shutdown on Windows)
+
+    * ext/oci8/tests/reflection1.phpt
+      ext/oci8/tests/reflection2.phpt:
+      MHB/sync: Make tests portable with older PHP for PECL builds
+
+    * (PHP_5_3)
+      ext/oci8/tests/reflection1.phpt
+      ext/oci8/tests/reflection2.phpt:
+      Make tests portable with older PHP for PECL builds
+
+    * (PHP_5_3)
+      ext/oci8/oci8.c
+      ext/oci8/tests/connect_without_oracle_home.phpt
+      ext/oci8/tests/connect_without_oracle_home_old.phpt
+      ext/oci8/tests/create_table.inc
+      ext/oci8/tests/details.inc
+      ext/oci8/tests/pecl_bug16035.phpt:
+      MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes
+      segfault)
+
+    * ext/oci8/oci8.c
+      ext/oci8/tests/connect_without_oracle_home.phpt
+      ext/oci8/tests/connect_without_oracle_home_old.phpt
+      ext/oci8/tests/create_table.inc
+      ext/oci8/tests/details.inc
+      ext/oci8/tests/pecl_bug16035.phpt
+      ext/oci8/tests/pecl_bug16035.phpt:
+      PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
+
+    * (PHP_5_3)
+      ext/oci8/oci8.c:
+      MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+
+    * ext/oci8/oci8.c:
+      PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+
+2009-03-09  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      ext/pdo_pgsql/config.w32
+      ext/pgsql/config.w32:
+      - add path for libpq (other are kept)
+
+2009-03-09  Christopher Jones  <christopher.jones@oracle.com>
+
+    * ext/oci8/README:
+      Prepare README for future PECL OCI8 1.3.5
+
+    * ext/oci8/tests/bug27303_3.phpt:
+      Silence initialization warning
+
+    * (PHP_5_3)
+      ext/oci8/config.m4
+      ext/oci8/oci8.c
+      ext/oci8/php_oci8.h:
+      MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
+
+    * ext/oci8/config.m4
+      ext/oci8/oci8.c
+      ext/oci8/php_oci8.h:
+      Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
+
 2009-03-08  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)