diff options
author | Ferenc Kovacs <tyrael@php.net> | 2016-01-06 16:07:57 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2016-01-06 16:14:47 +0100 |
commit | e808a7687ecd82ea18d6a83cb1f003a84831c0e2 (patch) | |
tree | dafb4a0ccfda67c6b192a326f392ead04f4c98e9 /NEWS | |
parent | e9ae4f079570306bef3b221935cdd240c8c1c7e5 (diff) | |
download | php-git-php-5.6.17.tar.gz |
prepare for 5.6.17php-5.6.17PHP-5.6.17
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -10 Dec 2015, PHP 5.6.17RC1 +07 Jan 2016, PHP 5.6.17 - Core: . Fixed bug #66909 (configure fails utf8_to_mutf7 test). (Michael Orlitzky) @@ -13,6 +13,13 @@ PHP NEWS . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions). (Lior Kaplan) +- FPM: + . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas) + +- GD: + . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index + Out of Bounds). (emmanuel dot law at gmail dot com). + - Mysqlnd: . Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction). (Laruence) @@ -27,6 +34,16 @@ PHP NEWS - PDO_Firebird: . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz) +- WDDX: + . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization). + (taoguangchen at icloud dot com) + . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion + Vulnerability). (taoguangchen at icloud dot com) + +- XMLRPC: + . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()). + (Julien) + 26 Nov 2015, PHP 5.6.16 - Core: @@ -38,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) |