php 5.6.10 (fix checkver regex)

This commit is contained in:
Luke Sampson 2015-06-14 07:29:10 +10:00
parent d8504027ed
commit 2b9cb4e230

View File

@ -8,7 +8,7 @@
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
"checkver": { "checkver": {
"url": "http://windows.php.net/download/", "url": "http://windows.php.net/download/",
"re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-10\\.]+)\\)</h3>" "re": "<h3 id=\"php-5.6\".*?>.*?\\(([0-9\\.]+)\\)</h3>"
} }
} }