Add opcache package for CentOStags/v0.34.0
@@ -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', |
@@ -0,0 +1,2 @@ | |||
{% set state = 'opcache' %} | |||
{% include "php/ng/installed.jinja" %} |