diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-07-28 01:46:38 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-07-28 01:47:29 +0200 |
commit | f3ad61126d3a2336bff4f8c80671f40be4aea2a4 (patch) | |
tree | 7ac86c10af1a8b99aad610c9b047473a5619c162 /makedist | |
parent | 9aa47d914c13089922e5001886ebcfad62b72090 (diff) | |
download | php-git-f3ad61126d3a2336bff4f8c80671f40be4aea2a4.tar.gz |
use https for fetching the pear installer
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |