changelog Tue Mar 10 01:32:50 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3339&r2=1.3340&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3339 php-src/ChangeLog:1.3340
--- php-src/ChangeLog:1.3339 Mon Mar 9 01:32:51 2009
+++ php-src/ChangeLog Tue Mar 10 01:32:49 2009
@@ -1,3 +1,107 @@
+2009-03-09 Christopher Jones <christopher.jo...@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....@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.jo...@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 <i...@prohost.org>
* (PHP_5_2)
@@ -31121,7 +31225,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3339 2009/03/09 01:32:51 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3340 2009/03/10 01:32:49 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c