From fdaba8029643aee9b19b8fe5da006cf83e804e50 Mon Sep 17 00:00:00 2001 From: Date: Tue, 10 Mar 2009 01:32:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64f7b10fe5..8b7041788f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,107 @@ +2009-03-09 Christopher Jones + + * 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 + + * (PHP_5_3) + ext/pdo_pgsql/config.w32 + ext/pgsql/config.w32: + - add path for libpq (other are kept) + +2009-03-09 Christopher Jones + + * 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 * (PHP_5_2) -- 2.50.1