Przeglądaj źródła

Added php.ng.ctype

tags/v0.34.0
Alexander Weidinger 6 lat temu
rodzic
commit
c49da7e1f4
3 zmienionych plików z 8 dodań i 0 usunięć
  1. +5
    -0
      README.rst
  2. +2
    -0
      php/ng/ctype.sls
  3. +1
    -0
      php/ng/map.jinja

+ 5
- 0
README.rst Wyświetl plik

@@ -559,3 +559,8 @@ Installs the php-openssl package.
---------------

Installs the php-phar package.

``php.ng.ctype``
----------------

Installs the php-ctype package.

+ 2
- 0
php/ng/ctype.sls Wyświetl plik

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

+ 1
- 0
php/ng/map.jinja Wyświetl plik

@@ -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',

Ładowanie…
Anuluj
Zapisz