From: Lior Kaplan Date: Mon, 21 Dec 2015 21:14:23 +0000 (+0200) Subject: Align NEWS entry format X-Git-Tag: php-7.0.3RC1~113^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db1504de2392552d6dd754a48f0c7ccb7e672c3f;p=php Align NEWS entry format --- diff --git a/NEWS b/NEWS index 7028bb6674..16865d67bb 100644 --- a/NEWS +++ b/NEWS @@ -55,7 +55,7 @@ PHP NEWS - Mysqlnd: . Fixed bug #68344 (MySQLi does not provide way to disable peer certificate validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT - connection flag. (Andrey) + connection flag. (Andrey) - OCI8: . Fixed bug #68298 (OCI int overflow). (Senthil)