From 2b9cb4e2307b186ebe6fdb05f3269a0bea16010d Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sun, 14 Jun 2015 07:29:10 +1000 Subject: [PATCH] php 5.6.10 (fix checkver regex) --- php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.json b/php.json index 0e0687884c..b4dd0bd442 100644 --- a/php.json +++ b/php.json @@ -8,7 +8,7 @@ "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { "url": "http://windows.php.net/download/", - "re": "

.*?\\(([0-10\\.]+)\\)

" + "re": "

.*?\\(([0-9\\.]+)\\)

" } }