Skip to content

Commit

Permalink
[php] Download source code from this mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
skl committed Feb 25, 2014
1 parent cb42473 commit 17ff685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/php/install.sh
Expand Up @@ -172,11 +172,11 @@ if [ ${PHP_VERSION_MAJOR} -eq 5 ] && [ ${PHP_VERSION_MINOR} -le 2 ]; then
elif [ ${PHP_VERSION_MAJOR} -eq 4 ]; then
PHP_DOWNLOAD_ARG=xzf
PHP_DOWNLOAD_EXT=.tar.gz
PHP_DOWNLOAD_URI=http://museum.php.net/php4/php-${PHP_VERSION_STRING}.tar.gz/from/a/mirror
PHP_DOWNLOAD_URI=http://museum.php.net/php4/php-${PHP_VERSION_STRING}.tar.gz
else
PHP_DOWNLOAD_ARG=xjf
PHP_DOWNLOAD_EXT=.tar.bz2
PHP_DOWNLOAD_URI=http://www.php.net/distributions/php-${PHP_VERSION_STRING}.tar.bz2/from/a/mirror
PHP_DOWNLOAD_URI=http://www.php.net/get/php-${PHP_VERSION_STRING}.tar.bz2/from/this/mirror
fi

# Retrieve source code from php.net
Expand Down

0 comments on commit 17ff685

Please sign in to comment.