diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-07-26 14:17:32 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-07-26 14:17:32 +0200 |
commit | cd37e7c90d1745fe433ac66e8e0ec53eda388577 (patch) | |
tree | 5582192b498f8714cb57a282a5d4b9e4951316e8 /makedist | |
parent | 62515a1dbb6132051d657ce4df7cc5da32b1a039 (diff) | |
download | php-git-cd37e7c90d1745fe433ac66e8e0ec53eda388577.tar.gz |
use the new php7 compatible pear installer
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |