Skip to content
Snippets Groups Projects
Commit ebd7e2a4 authored by Daniel Oetken's avatar Daniel Oetken
Browse files

Add xcache support to php ng formula

parent 9a54fcf5
No related branches found
No related tags found
No related merge requests found
...@@ -395,6 +395,12 @@ Installs the php-sqlite package, ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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',
}, },
......
{% set state = 'xcache' %}
{% include "php/ng/installed.jinja" %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment