2015-12-04 11:45:03 +10:00

22 lines
760 B
JSON

{
"homepage": "http://windows.php.net",
"version": "7.0.0",
"license": "http://www.php.net/license/",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x64.zip",
"hash": "sha1:651a0aad1522ea8c6568f3153f0a4de742d880be"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x86.zip",
"hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c"
}
},
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": {
"url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-7.0\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
}
}