Prepare for PECL OCI8 1.4.4

This commit is contained in:
Christopher Jones 2010-11-10 19:08:13 +00:00
parent eba1db126c
commit 29280516e2
2 changed files with 21 additions and 5 deletions

View file

@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
<active>no</active> <active>no</active>
</lead> </lead>
<date>2010-08-06</date> <date>2010-11-10</date>
<time>15:00:00</time> <time>15:00:00</time>
<version> <version>
<release>1.4.3</release> <release>1.4.4</release>
<api>1.4.3</api> <api>1.4.4</api>
</version> </version>
<stability> <stability>
<release>stable</release> <release>stable</release>
@ -46,7 +46,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability> </stability>
<license uri="http://www.php.net/license">PHP</license> <license uri="http://www.php.net/license">PHP</license>
<notes> <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> </notes>
<contents> <contents>
<dir name="/"> <dir name="/">
@ -376,6 +377,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease> </extsrcrelease>
<changelog> <changelog>
<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> <release>
<version> <version>
<release>1.4.2</release> <release>1.4.2</release>

View file

@ -46,7 +46,7 @@
*/ */
#undef PHP_OCI8_VERSION #undef PHP_OCI8_VERSION
#endif #endif
#define PHP_OCI8_VERSION "1.4.3" #define PHP_OCI8_VERSION "1.4.4"
extern zend_module_entry oci8_module_entry; extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry #define phpext_oci8_ptr &oci8_module_entry