Merge pull request #79 from constet/opcache-package
Add opcache package for CentOS
This commit is contained in:
commit
2592a460ec
@ -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
php/ng/opcache.sls
Normal file
2
php/ng/opcache.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'opcache' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user