From: Christopher Jones Date: Wed, 12 Apr 2017 04:02:46 +0000 (+1000) Subject: Fixed uninitialized data causing random crash (Dmitry) X-Git-Tag: php-7.0.19RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a41fe7502d7659239e569bdac9a9c1edda13f2;p=php Fixed uninitialized data causing random crash (Dmitry) --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index da54dfa707..d32cfc7bc8 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -46,12 +46,12 @@ Interoperability Support" (ID 207303.1) for details. no - 2016-10-17 + 2017-04-12 - 2.1.3 - 2.1.3 + 2.1.4 + 2.1.4 stable @@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details. PHP This version is for PHP 7 only. -Fixed bug #71148 (Bind reference overwritten on PHP 7) +Fixed uninitialized data causing random crash @@ -468,6 +468,22 @@ Fixed bug #71148 (Bind reference overwritten on PHP 7) + + + 2.1.3 + 2.1.3 + + + stable + stable + + PHP + +This version is for PHP 7 only. +Fixed bug #71148 (Bind reference overwritten on PHP 7) + + + 2.1.2 diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index f0564de995..4bce161eb5 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -43,7 +43,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "2.1.3" +#define PHP_OCI8_VERSION "2.1.4" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry