sixd Wed, 10 Nov 2010 19:08:13 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=305259
Log: Prepare for PECL OCI8 1.4.4 Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/package.xml U php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h U php/php-src/trunk/ext/oci8/package.xml U php/php-src/trunk/ext/oci8/php_oci8.h Modified: php/php-src/branches/PHP_5_3/ext/oci8/package.xml =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2010-11-10 19:02:06 UTC (rev 305258) +++ php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2010-11-10 19:08:13 UTC (rev 305259) @@ -33,12 +33,12 @@ <active>no</active> </lead> - <date>2010-08-06</date> + <date>2010-11-10</date> <time>15:00:00</time> <version> - <release>1.4.3</release> - <api>1.4.3</api> + <release>1.4.4</release> + <api>1.4.4</api> </version> <stability> <release>stable</release> @@ -46,7 +46,8 @@ </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle bug fix 9891199 for this patch to have an effect. + Fixed bug #53284 (Valgrind warnings in oci_set_* functions) + Enhancement - improve startup failure error messages </notes> <contents> <dir name="/"> @@ -378,6 +379,21 @@ <release> <version> + <release>1.4.3</release> + <api>1.4.3</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> + Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect. + </notes> +</release> + +<release> + <version> <release>1.4.2</release> <api>1.4.2</api> </version> Modified: php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2010-11-10 19:02:06 UTC (rev 305258) +++ php/php-src/branches/PHP_5_3/ext/oci8/php_oci8.h 2010-11-10 19:08:13 UTC (rev 305259) @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.3" +#define PHP_OCI8_VERSION "1.4.4" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry Modified: php/php-src/trunk/ext/oci8/package.xml =================================================================== --- php/php-src/trunk/ext/oci8/package.xml 2010-11-10 19:02:06 UTC (rev 305258) +++ php/php-src/trunk/ext/oci8/package.xml 2010-11-10 19:08:13 UTC (rev 305259) @@ -33,12 +33,12 @@ <active>no</active> </lead> - <date>2010-08-06</date> + <date>2010-11-10</date> <time>15:00:00</time> <version> - <release>1.4.3</release> - <api>1.4.3</api> + <release>1.4.4</release> + <api>1.4.4</api> </version> <stability> <release>stable</release> @@ -46,7 +46,8 @@ </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle bug fix 9891199 for this patch to have an effect. + Fixed bug #53284 (Valgrind warnings in oci_set_* functions) + Enhancement - improve startup failure error messages </notes> <contents> <dir name="/"> @@ -378,6 +379,21 @@ <release> <version> + <release>1.4.3</release> + <api>1.4.3</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> + Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect. + </notes> +</release> + +<release> + <version> <release>1.4.2</release> <api>1.4.2</api> </version> Modified: php/php-src/trunk/ext/oci8/php_oci8.h =================================================================== --- php/php-src/trunk/ext/oci8/php_oci8.h 2010-11-10 19:02:06 UTC (rev 305258) +++ php/php-src/trunk/ext/oci8/php_oci8.h 2010-11-10 19:08:13 UTC (rev 305259) @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.3" +#define PHP_OCI8_VERSION "1.4.4" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php