2015-12-19 21:12:04 +01:00

22 lines
760 B
JSON

{
"homepage": "http://windows.php.net",
"version": "7.0.1",
"license": "http://www.php.net/license/",
"architecture": {
"64bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x64.zip",
"hash": "sha1:0cf3e2c53d3d54a94044b993115e5f5cc425b511"
},
"32bit": {
"url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x86.zip",
"hash": "sha1:9a6c8d44d658ef7710ea0b45028d501490ee94a1"
}
},
"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>"
}
}