mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
- 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).
22 lines
788 B
JSON
22 lines
788 B
JSON
{
|
|
"homepage": "http://windows.php.net",
|
|
"version": "5.6.22",
|
|
"license": "http://www.php.net/license/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"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.22-nts-Win32-VC11-x86.zip",
|
|
"hash": "sha1:b941049b9090f87cb8f90f242cc2f1df6894f023"
|
|
}
|
|
},
|
|
"bin": ["php.exe", "php-cgi.exe"],
|
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
|
"checkver": {
|
|
"url": "http://windows.php.net/download/",
|
|
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
|
}
|
|
}
|