Skip to content
Snippets Groups Projects
Commit c49da7e1 authored by Alexander Weidinger's avatar Alexander Weidinger
Browse files

Added php.ng.ctype

parent de799af2
Branches
No related tags found
No related merge requests found
...@@ -559,3 +559,8 @@ Installs the php-openssl package. ...@@ -559,3 +559,8 @@ Installs the php-openssl package.
--------------- ---------------
Installs the php-phar package. Installs the php-phar package.
``php.ng.ctype``
----------------
Installs the php-ctype package.
{% set state = 'ctype' %}
{% include "php/ng/installed.jinja" %}
...@@ -2405,6 +2405,7 @@ ...@@ -2405,6 +2405,7 @@
'pkgs': { 'pkgs': {
'apache2': 'mod_php' + freebsd_phpng_version, 'apache2': 'mod_php' + freebsd_phpng_version,
'composer_bin': 'composer', 'composer_bin': 'composer',
'ctype': 'php' + freebsd_phpng_version + '-ctype',
'curl': 'curl', 'curl': 'curl',
'filter': 'php' + freebsd_phpng_version + '-filter', 'filter': 'php' + freebsd_phpng_version + '-filter',
'gd': 'php' + freebsd_phpng_version + '-gd', 'gd': 'php' + freebsd_phpng_version + '-gd',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment