From: Christopher Jones Date: Wed, 26 Jun 2013 00:31:13 +0000 (-0700) Subject: Update NEWS X-Git-Tag: php-5.5.2RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91bd2de85c368cc8d6b9d662279333a43a519778;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 18eedd3f3e..7550fb5ed1 100644 --- 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)