summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-11-25 21:28:38 +0100
committerFerenc Kovacs <tyrael@php.net>2015-11-25 21:28:38 +0100
commitcb80afc366df74ec7ab701a853407a69cc148f5d (patch)
tree5d0a771accbad494ea18a8cc4c6c6f0718e5979a /NEWS
parentbc7530bb5f4da5408579fb15625acabc85303e5f (diff)
downloadphp-git-php-5.6.16.tar.gz
prepare for 5.6.16php-5.6.16PHP-5.6.16
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8a29c85bf6..a399424d24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-12 Nov 2015, PHP 5.6.16RC1
+26 Nov 2015, PHP 5.6.16
- Core:
. Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a
@@ -8,8 +8,13 @@ PHP NEWS
. Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
(Laruence)
+- 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)
+
- OCI8:
- . Fixed bug #68298 (OCI int overflow) (Senthil).
+ . Fixed bug #68298 (OCI int overflow). (Senthil)
- PDO_DBlib:
. Fixed bug #69757 (Segmentation fault on nextRowset).
@@ -20,7 +25,7 @@ PHP NEWS
attribute). (Matteo)
- SPL:
- . Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.
+ . Fixed bug #70852 (Segfault getting NULL offset of an ArrayObject).
(Reeze Xia)
29 Oct 2015, PHP 5.6.15