use the new php7 compatible pear installer

This commit is contained in:
Ferenc Kovacs 2015-07-26 14:17:32 +02:00
parent 62515a1dbb
commit cd37e7c90d
3 changed files with 4 additions and 97200 deletions

View file

@ -113,7 +113,7 @@ sed -i 's,^#ifndef YYTOKENTYPE,#include "zend.h"\n#ifndef YYTOKENTYPE,g' $MY_OLD
# download pear # download pear
$ECHO_N "makedist: Attempting to download PEAR's phar archive" $ECHO_N "makedist: Attempting to download PEAR's phar archive"
if test ! -x wget; then 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 else
$ECHO_N "Missing wget binary needed for pear download"; $ECHO_N "Missing wget binary needed for pear download";
exit 7 exit 7

View file

@ -20,11 +20,11 @@ install-pear:
cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \ cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
else \ else \
if test ! -z "$(WGET)" && test -x "$(WGET)"; then \ if test ! -z "$(WGET)" && test -x "$(WGET)"; then \
"$(WGET)" http://pear.php.net/install-pear-nozlib.phar -nd -P $(builddir)/; \ "$(WGET)" http://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar -nd -P $(builddir)/; \
elif test ! -z "$(FETCH)" && test -x "$(FETCH)"; then \ elif test ! -z "$(FETCH)" && test -x "$(FETCH)"; then \
"$(FETCH)" -o $(builddir)/ http://pear.php.net/install-pear-nozlib.phar; \ "$(FETCH)" -o $(builddir)/ http://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar; \
else \ else \
$(top_builddir)/sapi/cli/php -n $(srcdir)/fetch.php http://pear.php.net/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \ $(top_builddir)/sapi/cli/php -n $(srcdir)/fetch.php http://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
fi \ fi \
fi \ fi \
fi fi

File diff suppressed because it is too large Load diff