Commit:    6455509ea19e6be9d9c207ea52f7c4a3c5233034
Author:    Nuno Lopes <[email protected]>         Sun, 20 May 2018 10:15:27 -0400
Parents:   0d816e0cd139375e92aafe20b69d00bb20d05b08
Branches:  master

Link:       
http://git.php.net/?p=web/gcov.git;a=commitdiff;h=6455509ea19e6be9d9c207ea52f7c4a3c5233034

Log:
remove support for php 5.3

Changed paths:
  M  cron/cron.sh


Diff:
diff --git a/cron/cron.sh b/cron/cron.sh
index d3145f8..9cc7fd1 100755
--- a/cron/cron.sh
+++ b/cron/cron.sh
@@ -113,11 +113,7 @@ do
                git clean -xfd > /dev/null
                cp "../config.$PHPTAG" config.nice
 
-               if [ "${PHPTAG}" = "PHP_5_3" ]; then
-                       PHP_AUTOCONF=autoconf-2.13 ./buildconf --force > 
/dev/null
-               else
-                       ./buildconf --force > /dev/null
-               fi
+               ./buildconf --force > /dev/null
 
                if [ -x ./config.nice ]; then
                        ./config.nice > /dev/null


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to