Skip to content
Snippets Groups Projects
Commit 4cfc5ba0 authored by a.genus's avatar a.genus
Browse files

Add php-gearman support

parent 9d1e553b
No related branches found
No related tags found
No related merge requests found
...@@ -249,6 +249,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is ...@@ -249,6 +249,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is
installed for RedHat systems, this is due to the curl libs being provided by installed for RedHat systems, this is due to the curl libs being provided by
php-common, which will get installed with the main php package. php-common, which will get installed with the main php package.
``php.ng.gearman``
---------------
Installs the php-gearman package.
``php.ng.fpm`` ``php.ng.fpm``
-------------- --------------
......
{% set state = 'gearman' %}
{% include "php/ng/installed.jinja" %}
...@@ -297,6 +297,7 @@ ...@@ -297,6 +297,7 @@
'oauth': 'php5-oauth', 'oauth': 'php5-oauth',
'apache2': 'libapache2-mod-php5', 'apache2': 'libapache2-mod-php5',
'curl': 'php5-curl', 'curl': 'php5-curl',
'gearman': 'php5-gearman',
'fpm': 'php5-fpm', 'fpm': 'php5-fpm',
'hhvm': 'hhvm', 'hhvm': 'hhvm',
'gd': 'php5-gd', 'gd': 'php5-gd',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment