|
@@ -84,7 +84,7 @@ class Installer:
|
|
# php
|
|
# php
|
|
#
|
|
#
|
|
|
|
|
|
- self.__run_command("wget --trust-server-names http://www.php.net/get/php-5.4.13.tar.gz/from/a/mirror")
|
|
|
|
|
|
+ self.__run_command("wget --trust-server-names http://www.php.net/get/php-5.4.13.tar.gz/from/us1.php.net/mirror")
|
|
self.__run_command("tar xvf php-5.4.13.tar.gz")
|
|
self.__run_command("tar xvf php-5.4.13.tar.gz")
|
|
self.__run_command("./configure --with-pdo-mysql --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data", cwd="php-5.4.13")
|
|
self.__run_command("./configure --with-pdo-mysql --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data", cwd="php-5.4.13")
|
|
self.__run_command("make", cwd="php-5.4.13")
|
|
self.__run_command("make", cwd="php-5.4.13")
|