]> granicus.if.org Git - php/commitdiff
Update NEWS
authorChristopher Jones <sixd@php.net>
Wed, 26 Jun 2013 00:31:13 +0000 (17:31 -0700)
committerChristopher Jones <sixd@php.net>
Wed, 26 Jun 2013 00:31:13 +0000 (17:31 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 18eedd3f3e69074c9831db945e3eb7746927d8d3..7550fb5ed116e87c0f6f2f2afebea956ac8a4b7d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP                                                                        NEWS
 - Intl:
   . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas)
 
+- PDO:
+  . Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
+    (Chris Jones)
+
 - Sockets:
   . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
     (Damjan Cvetko)