From 3303e87101274a05cf367bd6da39a56216457578 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 20 Jun 2017 16:01:37 +1000 Subject: [PATCH] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index dabb3ec0b19..38081d5baa9 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,10 @@ PHP NEWS . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in content). (Anatol) +- PDO_OCI: + . Support Instant Client 12.2 in --with-pdo-oci configure option. + (Tianfang Yang) + - Reflection: . Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant). (Laruence)