|
@ -21,7 +21,7 @@ class PhpFpmInstallCommand extends Command |
|
|
const FILE_SUFFIX = '/fpm/pool.d/www.conf'; |
|
|
const FILE_SUFFIX = '/fpm/pool.d/www.conf'; |
|
|
|
|
|
|
|
|
// packages to install
|
|
|
// packages to install
|
|
|
const PACKAGES = 'php-mysql php-pear php-gd php-common php-curl php-json php-mbstring php-xml php-zip php-bcmath'; |
|
|
|
|
|
|
|
|
const PACKAGES = 'php-mysql php-pear php-gd php-common php-curl php-json php-intl php-mbstring php-xml php-zip php-bcmath'; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* The signature of the command. |
|
|
* The signature of the command. |
|
|