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\\.]+)\\)

" } }