File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -502,6 +502,13 @@ Disabled on opensuse need server:php:extensions repo
502502Installs the php-memcached package.
503503Disabled on opensuse need server:php: extensions repo
504504
505+ ``php.ng.module ``
506+ --------------------
507+
508+ Calls ``php.ng.<name> `` for each entry in ``php:ng:modules `` if available, or
509+ try to install the matching packages that can be set via from
510+ ``php:ng:lookup:pkgs ``
511+
505512``php.ng.mongo ``
506513--------------------
507514
Original file line number Diff line number Diff line change @@ -178,6 +178,15 @@ php:
178178 'CLI Server':
179179 cli_server_color: 'On'
180180
181+ # List of modules to install via php.ng.modules
182+ modules:
183+ # Calls `php.ng.<name>` if available, or try to install the matching
184+ # packages that can be set via from php:ng:lookup:pkgs
185+ - cli
186+ - fpm
187+ - curl
188+ - mysql
189+
181190 # When using php.ng.apache2 on FreeBSD:
182191 # Set this to False if you're not using apache-formula
183192 use_apache_formula: True
You can’t perform that action at this time.
0 commit comments