From 8ff6a30598b32016eddedb382738f5065d6ae053 Mon Sep 17 00:00:00 2001 From: Christopher Jones <christopher.jones@oracle.com> Date: Sat, 8 Dec 2018 19:12:04 +1100 Subject: [PATCH] Update NEWS --- NEWS | 3 +++ ext/oci8/package.xml | 22 +++++++++++++++++++--- 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="/"> @@ -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> -- 2.40.0