]> granicus.if.org Git - php/commitdiff
Fixed uninitialized data causing random crash (Dmitry)
authorChristopher Jones <christopher.jones@oracle.com>
Wed, 12 Apr 2017 04:02:46 +0000 (14:02 +1000)
committerChristopher Jones <christopher.jones@oracle.com>
Wed, 12 Apr 2017 04:02:46 +0000 (14:02 +1000)
ext/oci8/package.xml
ext/oci8/php_oci8.h

index da54dfa707eee71a4c6aaa6b7af4df78415b6b17..d32cfc7bc81ab7743cad0951fe1d927fda7697cc 100644 (file)
@@ -46,12 +46,12 @@ Interoperability Support" (ID 207303.1) for details.
   <active>no</active>
  </lead>
 
- <date>2016-10-17</date>
+ <date>2017-04-12</date>
  <time>12:00:00</time>
 
   <version>
-   <release>2.1.3</release>
-   <api>2.1.3</api>
+   <release>2.1.4</release>
+   <api>2.1.4</api>
   </version>
   <stability>
    <release>stable</release>
@@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
   <license uri="http://www.php.net/license">PHP</license>
   <notes>
 This version is for PHP 7 only.
-Fixed bug #71148 (Bind reference overwritten on PHP 7)
+Fixed uninitialized data causing random crash
   </notes>
  <contents>
   <dir name="/">
@@ -468,6 +468,22 @@ Fixed bug #71148 (Bind reference overwritten on PHP 7)
  </extsrcrelease>
  <changelog>
 
+<release>
+  <version>
+   <release>2.1.3</release>
+   <api>2.1.3</api>
+  </version>
+  <stability>
+   <release>stable</release>
+   <api>stable</api>
+  </stability>
+  <license uri="http://www.php.net/license">PHP</license>
+  <notes>
+This version is for PHP 7 only.
+Fixed bug #71148 (Bind reference overwritten on PHP 7)
+  </notes>
+</release>
+   
 <release>
   <version>
    <release>2.1.2</release>
index f0564de9952a72f64e872e31ece2ca5c0dd28e9a..4bce161eb5fbd403ad2b06da23b267aab359dfbf 100644 (file)
@@ -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