Keiichi Shimamura 5f40c10ca3 PHP 7.0.3
2016-02-08 14:10:04 -05:00

22 lines
760 B
JSON

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