Fixes php.json with PHP 5.6.13

Avoids 404 error on new installs.
This commit is contained in:
belisarh 2015-09-12 14:21:15 +01:00
parent 7f00fd8504
commit 12e159969c

View File

@ -1,9 +1,9 @@
{ {
"homepage": "http://windows.php.net", "homepage": "http://windows.php.net",
"version": "5.6.12", "version": "5.6.13",
"license": "http://www.php.net/license/", "license": "http://www.php.net/license/",
"url": "http://windows.php.net/downloads/releases/php-5.6.12-Win32-VC11-x86.zip", "url": "http://windows.php.net/downloads/releases/php-5.6.13-Win32-VC11-x86.zip",
"hash": "sha1:107f91cee686e18c695ebaa633efaabca9149d8c", "hash": "sha1: 4ecd51eb865e5c7c5548aab978664d3e5078f2d8",
"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": {