2014-06-06 19:14:44 +02:00
|
|
|
# Installs php-cli and manages the associated php.ini
|
|
|
|
|
|
|
|
include:
|
2019-07-28 07:05:22 +02:00
|
|
|
- php.ng.deprecated
|
2014-06-06 19:14:44 +02:00
|
|
|
- php.ng.cli.install
|
|
|
|
- php.ng.cli.ini
|
|
|
|
|
|
|
|
extend:
|
|
|
|
php_cli_ini:
|
|
|
|
file:
|
|
|
|
- require:
|
|
|
|
- sls: php.ng.cli.install
|