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).
This commit is contained in:
Christophe 2016-05-31 12:51:39 +02:00 committed by Luke Sampson
parent ea8c1fa127
commit ef64828592

View File

@ -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"],