mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
php 5.6.15
This commit is contained in:
parent
bbba47bdd2
commit
c9f6c961f9
21
php-nts.json
Normal file
21
php-nts.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"homepage": "http://windows.php.net",
|
||||||
|
"version": "5.6.15",
|
||||||
|
"license": "http://www.php.net/license/",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x64.zip",
|
||||||
|
"hash": "sha1:1108a921c993c0f767aa03262b0f02cab9a83f9b"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "http://windows.php.net/downloads/releases/php-5.6.15-nts-Win32-VC11-x86.zip",
|
||||||
|
"hash": "sha1:c9f0aefb6add0b0afa9dab1b640333d8a7789a66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "php.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>"
|
||||||
|
}
|
||||||
|
}
|
||||||
13
php.json
13
php.json
@ -2,8 +2,16 @@
|
|||||||
"homepage": "http://windows.php.net",
|
"homepage": "http://windows.php.net",
|
||||||
"version": "5.6.15",
|
"version": "5.6.15",
|
||||||
"license": "http://www.php.net/license/",
|
"license": "http://www.php.net/license/",
|
||||||
"url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x86.zip",
|
"architecture": {
|
||||||
"hash": "sha1:f33b3a724a0dc8657f868f9f47f3eabcf94ff393",
|
"64bit": {
|
||||||
|
"url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x64.zip",
|
||||||
|
"hash": "sha1:626aa7ac0642eab2d6167f556fd564e4503e17b8"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "http://windows.php.net/downloads/releases/php-5.6.15-Win32-VC11-x86.zip",
|
||||||
|
"hash": "sha1:f33b3a724a0dc8657f868f9f47f3eabcf94ff393"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "php.exe",
|
"bin": "php.exe",
|
||||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
@ -11,4 +19,3 @@
|
|||||||
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user