mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
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:
parent
ea8c1fa127
commit
ef64828592
10
php-nts.json
10
php-nts.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://windows.php.net",
|
"homepage": "http://windows.php.net",
|
||||||
"version": "5.6.20",
|
"version": "5.6.22",
|
||||||
"license": "http://www.php.net/license/",
|
"license": "http://www.php.net/license/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x64.zip",
|
"url": "http://windows.php.net/downloads/releases/php-5.6.22-nts-Win32-VC11-x64.zip",
|
||||||
"hash": "sha1:fe4531a5d1c8757201c200ba21a4b08d1bc24c99"
|
"hash": "sha1:a96a8956e1bbc41a210d1f843a1f54e787d4b777"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://windows.php.net/downloads/releases/php-5.6.20-nts-Win32-VC11-x86.zip",
|
"url": "http://windows.php.net/downloads/releases/php-5.6.22-nts-Win32-VC11-x86.zip",
|
||||||
"hash": "sha1:d85ae6f6c7ff646969b5002ad4a8737d9241c8e5"
|
"hash": "sha1:b941049b9090f87cb8f90f242cc2f1df6894f023"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": ["php.exe", "php-cgi.exe"],
|
"bin": ["php.exe", "php-cgi.exe"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user