Added php.ng.ctype

This commit is contained in:
Alexander Weidinger 2018-03-15 23:56:36 +01:00
parent de799af282
commit c49da7e1f4
3 changed files with 8 additions and 0 deletions

View File

@ -559,3 +559,8 @@ Installs the php-openssl package.
---------------
Installs the php-phar package.
``php.ng.ctype``
----------------
Installs the php-ctype package.

2
php/ng/ctype.sls Normal file
View File

@ -0,0 +1,2 @@
{% set state = 'ctype' %}
{% include "php/ng/installed.jinja" %}

View File

@ -2405,6 +2405,7 @@
'pkgs': {
'apache2': 'mod_php' + freebsd_phpng_version,
'composer_bin': 'composer',
'ctype': 'php' + freebsd_phpng_version + '-ctype',
'curl': 'curl',
'filter': 'php' + freebsd_phpng_version + '-filter',
'gd': 'php' + freebsd_phpng_version + '-gd',