From: Antony Dovgal Date: Wed, 24 Jan 2007 14:34:13 +0000 (+0000) Subject: prepare to release 1.2.3 X-Git-Tag: RELEASE_1_2_3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93951f1931a7bdc9278d41865c8403e5db488e7c;p=php prepare to release 1.2.3 --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 8be07b31cd..64a830a78e 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -375,7 +375,7 @@ zend_module_entry oci8_module_entry = { PHP_RINIT(oci), /* per-request startup function */ PHP_RSHUTDOWN(oci), /* per-request shutdown function */ PHP_MINFO(oci), /* information function */ - "1.2.2", + "1.2.3", #if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1) || (PHP_MAJOR_VERSION > 5) PHP_MODULE_GLOBALS(oci), /* globals descriptor */ PHP_GINIT(oci), /* globals ctor */ @@ -669,7 +669,7 @@ PHP_MINFO_FUNCTION(oci) php_info_print_table_start(); php_info_print_table_row(2, "OCI8 Support", "enabled"); - php_info_print_table_row(2, "Version", "1.2.2"); + php_info_print_table_row(2, "Version", "1.2.3"); php_info_print_table_row(2, "Revision", "$Revision$"); sprintf(buf, "%ld", OCI_G(num_persistent)); diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 992b6774aa..d449c58993 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -30,23 +30,19 @@ PHP stable - 1.2.2 - 2006-08-24 + 1.2.3 + 2007-01-25 - Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems. - Fixed bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) - Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault) - Fixed bug #37886 (oci_connect may crash when charset parameter is given) - Fixed bug #37931 (possible crash after database restart when using persistent connections) - Fixed bug #37531 (oci8 persistent connection corruption) - Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH) - Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of request) - Fixed bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) - Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com. - Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out) + Fixed possible segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order. + Fixed bug #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()). + Fixed bug #39988 (type argument of oci_define_by_name() is ignored). + Fixed bug #39732 (oci_bind_array_by_name doesn't work on Solaris 64bit). + Fixed PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column). + Various minor improvements. + @@ -62,10 +58,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -73,10 +98,12 @@ + + @@ -108,32 +135,40 @@ + + - - - + + + + + + - - + + + + + @@ -143,8 +178,10 @@ + + @@ -154,7 +191,6 @@ - @@ -166,7 +202,23 @@ - + + + + + + + + + + + + + + + + + @@ -176,13 +228,14 @@ + + - @@ -192,6 +245,27 @@ + + stable + 1.2.2 + 2006-08-24 + + Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems. + Fixed bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) + Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault) + Fixed bug #37886 (oci_connect may crash when charset parameter is given) + Fixed bug #37931 (possible crash after database restart when using persistent connections) + Fixed bug #37531 (oci8 persistent connection corruption) + Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH) + Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of request) + Fixed bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) + Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com. + Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out) + + + + + stable 1.2.1