summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-26 14:17:32 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-26 14:17:32 +0200
commitcd37e7c90d1745fe433ac66e8e0ec53eda388577 (patch)
tree5582192b498f8714cb57a282a5d4b9e4951316e8 /makedist
parent62515a1dbb6132051d657ce4df7cc5da32b1a039 (diff)
downloadphp-git-cd37e7c90d1745fe433ac66e8e0ec53eda388577.tar.gz
use the new php7 compatible pear installer
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
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