Add xcache support to php ng formula
This commit is contained in:
parent
9a54fcf5c1
commit
ebd7e2a475
@ -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``
|
||||
--------------
|
||||
|
||||
|
@ -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
2
php/ng/xcache.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'xcache' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user