]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristopher Jones <christopher.jones@oracle.com>
Sat, 8 Dec 2018 08:12:04 +0000 (19:12 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Sat, 8 Dec 2018 08:12:04 +0000 (19:12 +1100)
NEWS
ext/oci8/package.xml

diff --git a/NEWS b/NEWS
index a2bcf45713019dad1d23f58eaaa1ebe630d89016..2d0aa66fdfca53e09d783469d902199afa2f29aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP                                                                        NEWS
   . Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
     (cmb)
 
+- OCI8:
+  . Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
+
 - Opcache:
   . Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
     frees in one block). (Nikita)
index 07a56800bb1d447fe75bde9aaf97ff64567b47bc..96e8b4a739dd2efb5c3b485c44895efc2aa169a5 100644 (file)
@@ -56,8 +56,8 @@ Interoperability Support" (ID 207303.1) for details.
  <time>12:00:00</time>
 
   <version>
-   <release>2.1.8</release>
-   <api>2.1.8</api>
+   <release>2.1.9</release>
+   <api>2.1.9</api>
   </version>
   <stability>
    <release>stable</release>
@@ -66,7 +66,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 reference counting and memory issues. (Dmitry, Tianfang)
+Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
   </notes>
  <contents>
   <dir name="/">
@@ -476,6 +476,22 @@ Fixed reference counting and memory issues. (Dmitry, Tianfang)
  </extsrcrelease>
  <changelog>
 
+<release>
+  <version>
+   <release>2.1.8</release>
+   <api>2.1.8</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 reference counting and memory issues. (Dmitry, Tianfang)
+  </notes>
+</release>
+
 <release>
   <version>
    <release>2.1.7</release>