Niels Abspoel
9ff852b4b0
add missing sls files and readme
8 лет назад
Forrest
f205838a68
Merge pull request #104 from pcdummy/master
Allow overwriting the fpm pools config name via 'filename'.
8 лет назад
Rene Jochum
ce9ce324ce
Allow overwriting the fpm pools config name via 'filename'.
Signed-off-by: Rene Jochum <rene@jochums.at>
8 лет назад
Forrest
4a7e63f6ba
Merge pull request #103 from webscale-formulas/master
add more missing modules
8 лет назад
Niels Abspoel
fd1612bf2d
add more missing modules
8 лет назад
Forrest
2fe123b852
Merge pull request #102 from webscale-formulas/master
add some missing modules for debian and ubuntu
8 лет назад
Niels Abspoel
d7331e5f78
add some missing modules for debian and ubuntu
8 лет назад
Forrest
9e577176b2
Merge pull request #101 from aboe76/fix_archlinux
update map.jinja with removed archlinux and fpm support
8 лет назад
Niels Abspoel
e27f49f136
update map.jinja with removed archlinux and fpm support
8 лет назад
Forrest
df5e84087a
Merge pull request #100 from genuss/fix_map.jinja
Add intl package name for php7.0
8 лет назад
a.genus
1dca17acfa
Add intl package name for php7.0
8 лет назад
Forrest
94b8447638
Merge pull request #98 from alinefr/xenial
Add support for Ubuntu Xenial Xerus (16.04). Fixes #97
8 лет назад
Aline Freitas
8aaff98176
Add support for Ubuntu Xenial Xerus (16.04).
8 лет назад
Forrest
64c0e9bd4e
Merge pull request #96 from genuss/gearman
Add php-gearman support
8 лет назад
a.genus
4cfc5ba013
Add php-gearman support
8 лет назад
Forrest
9d1e553b85
Merge pull request #95 from hackel/patch-1
Add missing default package names for Debian/php7.
8 лет назад
Ryan Hayle
a01466d076
Add missing default package names for Debian/php7.
This was causing an error with the php.ng.redis and php.ng.xdebug states.
8 лет назад
Forrest
08dce935dd
Merge pull request #94 from kpostrup/master
Added SNMP module for PHP NG
8 лет назад
Kenneth Oestrup
d5fb8d3128
Added SNMP module for PHP NG
8 лет назад
Forrest
f3aefecd5c
Merge pull request #91 from a-powell/master
Adding php 7 map properties.
8 лет назад
Alex Powell
de96c787d5
Fixing composer with php7.
Fixing php7 pgsql package definition.
Adding mbstring and sqlite package definitions for php7.
8 лет назад
Wolodja Wentland
bca0a3d624
Merge pull request #89 from fastmarkets/develop
Fix for broken test statement that prevents PPA workaround executing
8 лет назад
John Carlyle-Clarke
65e7971a44
Fix for broken test statement that prevents PPA workaround ever executing
8 лет назад
Forrest
f8474431a8
Merge pull request #87 from constet/composer-package
Add composer package
8 лет назад
Tadas Barzdzius
04fe02d431
Add composer package
8 лет назад
Forrest
c57bdb4192
Merge pull request #86 from aboe76/master
add php-zip support on php and php.ng
8 лет назад
Niels Abspoel
33ea716515
add php-zip
8 лет назад
Forrest
7f3a5f77cb
Merge pull request #85 from aboe76/master
add php-apcu for debian stretch (7.0)
8 лет назад
Niels Abspoel
bbd7161292
add php-apcu for debian stretch (7.0)
8 лет назад
Forrest
539615f118
Merge pull request #84 from roock/master
support for tidy module, more support for arch-linux
8 лет назад
Roman Pertl
3715bfd9ac
adding missing geoip module support with arch linux
8 лет назад
Roman Pertl
3183009339
adding support for php tidy module (currently arch only tested)
8 лет назад
Forrest
188c598ecb
Merge pull request #83 from babilen/composer-checksum
Do not hardcode composer checksum
8 лет назад
Wolodja Wentland
c780e165e5
Do not hardcode composer checksum
This allows composer installs to function even if the installer checksum
changes, and doesn't force us to update the formula whenever their
installer changes.
We can do this now as composer upstream provides the checksum on
https://composer.github.io/installer.sig since 2016-04-28.
8 лет назад
Forrest
61fa912834
Merge pull request #80 from aboe76/debian_php7
Update php ng map with debian php 7.0
8 лет назад
Forrest
328224a63e
Merge pull request #81 from babilen/set-composer-home
Explicitly set HOME when running composer install.
8 лет назад
Forrest
9ffe50e42d
Merge pull request #82 from constet/issue47-fix
Add default pools values
8 лет назад
Tadas Barzdzius
80f6a98b29
Add default pools settings to fix issue #47
8 лет назад
Wolodja Wentland
e9b1c4ce07
Explicitly set HOME when running composer install.
Without this installation fails with:
The HOME or COMPOSER_HOME environment variable must be set for
composer to install correctly
8 лет назад
Niels Abspoel
fdcdb2de97
Update php ng map with debian php 7.0
minor improvements to archlinux php cli.
8 лет назад
Forrest
2592a460ec
Merge pull request #79 from constet/opcache-package
Add opcache package for CentOS
8 лет назад
Tadas Barzdzius
4f16779ffb
Add opcache package
8 лет назад
Forrest
9a9518767e
Merge pull request #78 from babilen/fix-composer-checksum
Update composer installer sha256 hash
8 лет назад
Wolodja Wentland
f1aa592207
Update composer installer sha256 hash
8 лет назад
Forrest
95793f0b16
Merge pull request #77 from bogdanr/master
Added the readline PHP package and added support for installing PHP7 …
8 лет назад
Bogdan Radulescu
6e87843aa9
Added a bunch of new PHP7 packages and fixed fpm_service for PHP5
8 лет назад
Bogdan Radulescu
8fc048a4b5
Added the readline PHP package and support for PHP7 in Debian.
8 лет назад
Forrest
80df4fe208
Merge pull request #76 from babilen/fix-composer-install
Run composer installer with PHP
8 лет назад
Wolodja Wentland
70b995041d
Run composer installer with PHP
The composer installer has to be executed with PHP itself as detailed on
https://getcomposer.org/download/ .
8 лет назад
Forrest
85701355bd
Merge pull request #72 from zls/master
Only add ppa if it doesn't exist.
9 лет назад