Update PHP to 7.0.6 (#806)

- add php-cgi as available command
This commit is contained in:
Christophe 2016-05-04 00:48:34 +02:00 committed by Luke Sampson
parent e90b7822f1
commit bc8ad95404

View File

@ -1,30 +1,33 @@
{ {
"homepage": "http://windows.php.net", "homepage": "http://windows.php.net",
"version": "7.0.5", "version": "7.0.6",
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x64.zip", "http://windows.php.net/downloads/releases/php-7.0.6-Win32-VC14-x64.zip",
"https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll" "https://raw.githubusercontent.com/madbub/scoop-php/master/64-bit/vcruntime140.dll"
], ],
"hash": [ "hash": [
"sha1:ef09d80e264a010d538cf88004acb68c52812a26", "sha1:607e510e60903ea58e2194fb2a87a07d3744cdca",
"md5:6c2c88ff1b3da84b44d23a253a06c01b" "md5:6c2c88ff1b3da84b44d23a253a06c01b"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"http://windows.php.net/downloads/releases/php-7.0.5-Win32-VC14-x86.zip", "http://windows.php.net/downloads/releases/php-7.0.6-Win32-VC14-x86.zip",
"https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll" "https://raw.githubusercontent.com/MPLew-is/scoop-wamp/master/visual-c-redistributables/14/32-bit/vcruntime140.dll"
], ],
"hash": [ "hash": [
"sha1:335c24c5b056246c384591c39b462d7ef3005b5c", "sha1:e0c41a01c16b3633cfffceac9528cf5a44019778",
"sha256:b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e" "sha256:b7c13f8519340257ba6ae3129afce961f137e394dde3e4e41971b9f912355f5e"
] ]
} }
}, },
"bin": "php.exe", "bin": [
"php.exe",
"php-cgi.exe"
],
"post_install": " "post_install": "
#Copy PHP configuration file to expected location #Copy PHP configuration file to expected location
cp \"$dir\\php.ini-production\" \"$dir\\php.ini\" cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"