Add xcache support to php ng formula

This commit is contained in:
Daniel Oetken 2015-10-22 17:20:28 +02:00
parent 9a54fcf5c1
commit ebd7e2a475
3 changed files with 11 additions and 0 deletions

View File

@ -395,6 +395,12 @@ Installs the php-sqlite package,
Installs the php-suhosin package.
``php.ng.xcache``
---------------
Installs the php-xcache package.
Disabled on opensuse need server:php:extensions repo
``php.ng.xml``
--------------

View File

@ -26,6 +26,7 @@
'pspell': 'php5-pspell',
'soap': 'php-soap',
'sqlite': 'php5-sqlite',
'xcache': 'php5-xcache',
'xdebug': 'php5-xdebug',
'xsl': 'php5-xsl',
'xml': 'php5',
@ -103,6 +104,7 @@
'pear': 'php-pear',
'soap': 'php-soap',
'sqlite': 'php5-sqlite',
'xcache': 'php-xcache',
'xml': 'php-xml',
'redis': 'php-redis',
'imagick': 'php-imagick',
@ -185,6 +187,7 @@
'memcached': 'php-memcached',
'pear': 'php-pear',
'sqlite': 'php-sqlite',
'xcache': 'php-xcache',
'pgsql': 'php-pgsql',
'ldap': 'php-ldap',
},

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

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