summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-10-07 13:56:47 +0200
committerFerenc Kovacs <tyrael@php.net>2015-10-07 13:56:47 +0200
commitf9e3461c02068c599ea9fbf6455860c8cc956bc6 (patch)
tree1fd47e60ac7a38ba7092ca1b798bda269116ef29 /pear
parent5d2813edceaf24664388ac301adc885e147606a3 (diff)
downloadphp-git-f9e3461c02068c599ea9fbf6455860c8cc956bc6.tar.gz
pear 1.10 was released and the go-pear and install pear phars are now php7 compatible
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 4cb7bc9d11..bbe8ec3513 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -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}