summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-12-21 23:14:23 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-12-21 23:14:23 +0200
commitdb1504de2392552d6dd754a48f0c7ccb7e672c3f (patch)
tree841d0fbf8cc438b44738228d48e0b22b75a27278
parent361b5814dee558e8531d9a581e5038a6902d7e53 (diff)
downloadphp-git-db1504de2392552d6dd754a48f0c7ccb7e672c3f.tar.gz
Align NEWS entry format
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)