summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-28 01:46:38 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-28 01:47:29 +0200
commitf3ad61126d3a2336bff4f8c80671f40be4aea2a4 (patch)
tree7ac86c10af1a8b99aad610c9b047473a5619c162 /makedist
parent9aa47d914c13089922e5001886ebcfad62b72090 (diff)
downloadphp-git-f3ad61126d3a2336bff4f8c80671f40be4aea2a4.tar.gz
use https for fetching the pear installer
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 39cf5a42c5..ad9e083aab 100755
--- 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 http://pear.php.net/~cweiske/1.10.0dev1/install-pear-nozlib.phar -nd -P pear/
+ wget https://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