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.
|
Installs the php-suhosin package.
|
||||||
|
|
||||||
|
``php.ng.xcache``
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Installs the php-xcache package.
|
||||||
|
Disabled on opensuse need server:php:extensions repo
|
||||||
|
|
||||||
``php.ng.xml``
|
``php.ng.xml``
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
'pspell': 'php5-pspell',
|
'pspell': 'php5-pspell',
|
||||||
'soap': 'php-soap',
|
'soap': 'php-soap',
|
||||||
'sqlite': 'php5-sqlite',
|
'sqlite': 'php5-sqlite',
|
||||||
|
'xcache': 'php5-xcache',
|
||||||
'xdebug': 'php5-xdebug',
|
'xdebug': 'php5-xdebug',
|
||||||
'xsl': 'php5-xsl',
|
'xsl': 'php5-xsl',
|
||||||
'xml': 'php5',
|
'xml': 'php5',
|
||||||
@ -103,6 +104,7 @@
|
|||||||
'pear': 'php-pear',
|
'pear': 'php-pear',
|
||||||
'soap': 'php-soap',
|
'soap': 'php-soap',
|
||||||
'sqlite': 'php5-sqlite',
|
'sqlite': 'php5-sqlite',
|
||||||
|
'xcache': 'php-xcache',
|
||||||
'xml': 'php-xml',
|
'xml': 'php-xml',
|
||||||
'redis': 'php-redis',
|
'redis': 'php-redis',
|
||||||
'imagick': 'php-imagick',
|
'imagick': 'php-imagick',
|
||||||
@ -185,6 +187,7 @@
|
|||||||
'memcached': 'php-memcached',
|
'memcached': 'php-memcached',
|
||||||
'pear': 'php-pear',
|
'pear': 'php-pear',
|
||||||
'sqlite': 'php-sqlite',
|
'sqlite': 'php-sqlite',
|
||||||
|
'xcache': 'php-xcache',
|
||||||
'pgsql': 'php-pgsql',
|
'pgsql': 'php-pgsql',
|
||||||
'ldap': 'php-ldap',
|
'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…
x
Reference in New Issue
Block a user