summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2018-12-08 19:12:04 +1100
committerChristopher Jones <christopher.jones@oracle.com>2018-12-08 19:12:04 +1100
commit8ff6a30598b32016eddedb382738f5065d6ae053 (patch)
tree8799e45c987973e2dc42dab5f1c2db63bf087a42
parent3c91851874f64061f5054f710cf145a53f55757f (diff)
downloadphp-git-8ff6a30598b32016eddedb382738f5065d6ae053.tar.gz
Update NEWS
-rw-r--r--NEWS3
-rw-r--r--ext/oci8/package.xml22
2 files changed, 22 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a2bcf45713..2d0aa66fdf 100644
--- 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)
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 07a56800bb..96e8b4a739 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -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="/">
@@ -478,6 +478,22 @@ Fixed reference counting and memory issues. (Dmitry, Tianfang)
<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>
<api>2.1.7</api>
</version>