From cd37e7c90d1745fe433ac66e8e0ec53eda388577 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sun, 26 Jul 2015 14:17:32 +0200 Subject: use the new php7 compatible pear installer --- makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makedist') diff --git a/makedist b/makedist index 1552f9efb3..39cf5a42c5 100755 --- a/makedist +++ b/makedist @@ -113,7 +113,7 @@ sed -i 's,^#ifndef YYTOKENTYPE,#include "zend.h"\n#ifndef YYTOKENTYPE,g' $MY_OLD # download pear $ECHO_N "makedist: Attempting to download PEAR's phar archive" if test ! -x wget; then - wget http://pear.php.net/install-pear-nozlib.phar -nd -P pear/ + wget http://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar -nd -P pear/ else $ECHO_N "Missing wget binary needed for pear download"; exit 7 -- cgit v1.2.1