mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Prepare for PECL OCI8 1.4.4
This commit is contained in:
parent
eba1db126c
commit
29280516e2
2 changed files with 21 additions and 5 deletions
|
@ -33,12 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<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 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
</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="/">
|
||||
|
@ -376,6 +377,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
</extsrcrelease>
|
||||
<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>
|
||||
<version>
|
||||
<release>1.4.2</release>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue