]> granicus.if.org Git - php/commitdiff
pear 1.10.0dev2
authorFerenc Kovacs <tyrael@php.net>
Fri, 31 Jul 2015 08:19:51 +0000 (10:19 +0200)
committerFerenc Kovacs <tyrael@php.net>
Fri, 31 Jul 2015 08:22:50 +0000 (10:22 +0200)
makedist
pear/Makefile.frag
win32/build/mkdist.php

index ad9e083aab60c6500d9cf6bd230dd7bbe0df6edf..3edeb2cfc85069af8a24c3fc17c9413473ff61aa 100755 (executable)
--- 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 https://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar -nd -P pear/
+       wget https://pear.php.net/~cweiske/1.10.0dev2/install-pear-nozlib.phar -nd -P pear/
 else
        $ECHO_N "Missing wget binary needed for pear download";
        exit 7
index d5ad7b407b4e39a8a2b77ab93a32ee57f899e1fa..4cb7bc9d116af2cd6316989b06cb51d36dd17d3d 100644 (file)
@@ -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.0dev1/install-pear-nozlib.phar
+PEAR_INSTALLER_URL = https://pear.php.net/~cweiske/1.10.0dev2/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}
index 7b4c0575300e9af3a41f86d90f40d8f302472a3a..c37939896c9f5aebcca8acd9baa1fdcff9b0e87f 100644 (file)
@@ -498,7 +498,7 @@ if (!$use_pear_template) {
 
        /* grab the bootstrap script */
        echo "Downloading go-pear\n";
-       copy("http://pear.php.net/go-pear", "$dist_dir/PEAR/go-pear.php");
+       copy("https://pear.php.net/~cweiske/1.10.0dev2/go-pear.phar", "$dist_dir/PEAR/go-pear.php");
 
        /* import the package list -- sets $packages variable */
        include "pear/go-pear-list.php";