Skip to content

Commit

Permalink
pear 1.10 was released and the go-pear and install pear phars are now…
Browse files Browse the repository at this point in the history
… php7 compatible
  • Loading branch information
Tyrael committed Oct 7, 2015
1 parent 5d2813e commit f9e3461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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 https://pear.php.net/~cweiske/1.10.0dev2/install-pear-nozlib.phar -nd -P pear/
wget https://pear.php.net/install-pear-nozlib.phar -nd -P pear/
else
$ECHO_N "Missing wget binary needed for pear download";
exit 7
Expand Down
2 changes: 1 addition & 1 deletion pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WGET = `which wget 2>/dev/null`
FETCH = `which fetch 2>/dev/null`
PEAR_PREFIX = -dp a${program_prefix}
PEAR_SUFFIX = -ds a$(program_suffix)
PEAR_INSTALLER_URL = https://pear.php.net/~cweiske/1.10.0dev2/install-pear-nozlib.phar
PEAR_INSTALLER_URL = https://pear.php.net/install-pear-nozlib.phar

install-pear-installer: $(SAPI_CLI_PATH)
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)" ${PEAR_PREFIX} ${PEAR_SUFFIX}
Expand Down
2 changes: 1 addition & 1 deletion win32/build/mkdist.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function make_phar_dot_phar($dist_dir)

/* grab the bootstrap script */
echo "Downloading go-pear\n";
copy("https://pear.php.net/~cweiske/1.10.0dev2/go-pear.phar", "$dist_dir/PEAR/go-pear.php");
copy("https://pear.php.net/go-pear.phar", "$dist_dir/PEAR/go-pear.php");

/* import the package list -- sets $packages variable */
include "pear/go-pear-list.php";
Expand Down

0 comments on commit f9e3461

Please sign in to comment.