Merge pull request #79 from constet/opcache-package

Add opcache package for CentOS
This commit is contained in:
Forrest 2016-04-16 13:33:52 -07:00
commit 2592a460ec
2 changed files with 3 additions and 0 deletions

View File

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

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

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