From ef648285920aafc39b527adba48c36940e416686 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 31 May 2016 12:51:39 +0200 Subject: [PATCH] Update php-nts to 5.6.22 (#879) - Core: - Fixed bug #72172 (zend_hex_strtod should not use strlen). - Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096) Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094) - GD: - Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456) - Intl: - Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). - Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093) - Postgres: - Fixed bug #72151 (mysqli_fetch_object changed behaviour). --- php-nts.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/php-nts.json b/php-nts.json index 1113565fd1..2b4f8a13a5 100644 --- a/php-nts.json +++ b/php-nts.json @@ -1,15 +1,15 @@ { "homepage": "http://windows.php.net", - "version": "5.6.20", + "version": "5.6.22", "license": "http://www.php.net/license/", "architecture": { "64bit": { - "url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x64.zip", - "hash": "sha1:fe4531a5d1c8757201c200ba21a4b08d1bc24c99" + "url": "http://windows.php.net/downloads/releases/php-5.6.22-nts-Win32-VC11-x64.zip", + "hash": "sha1:a96a8956e1bbc41a210d1f843a1f54e787d4b777" }, "32bit": { - "url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x86.zip", - "hash": "sha1:d85ae6f6c7ff646969b5002ad4a8737d9241c8e5" + "url": "http://windows.php.net/downloads/releases/php-5.6.22-nts-Win32-VC11-x86.zip", + "hash": "sha1:b941049b9090f87cb8f90f242cc2f1df6894f023" } }, "bin": ["php.exe", "php-cgi.exe"],