Ver código fonte

Merge pull request #79 from constet/opcache-package

Add opcache package for CentOS
tags/v0.34.0
Forrest 8 anos atrás
pai
commit
2592a460ec
2 arquivos alterados com 3 adições e 0 exclusões
  1. +1
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/opcache.sls

+ 1
- 0
php/ng/map.jinja Ver arquivo

@@ -103,6 +103,7 @@
'mcrypt': 'php-mcrypt',
'memcache': 'php-pecl-memcache',
'memcached': 'php-pecl-memcached',
'opcache': 'php-pecl-zendopcache',
'mysql': 'php-mysql',
'mysqlnd': 'php-mysqlnd',
'pear': 'php-pear',

+ 2
- 0
php/ng/opcache.sls Ver arquivo

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

Carregando…
Cancelar
Salvar