Forrest
|
80df4fe208
|
Merge pull request #76 from babilen/fix-composer-install
Run composer installer with PHP
|
8 years ago |
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 years ago |
Forrest
|
85701355bd
|
Merge pull request #72 from zls/master
Only add ppa if it doesn't exist.
|
9 years ago |
Zachary Softich
|
0aa92cbcc9
|
Only add ppa if it doesn't exist.
This comit is in addition to pull request #70. The add-apt-repository command
will only be run when the ppa has not yet been added.
|
9 years ago |
Wolodja Wentland
|
1a53822001
|
Merge pull request #71 from bogdanr/master
Added the php-mail package for Debian
|
9 years ago |
Bogdan Radulescu
|
7c2bd44ae9
|
Added the php-mail package for Debian
|
9 years ago |
Forrest
|
8ee1b4bbed
|
Merge pull request #70 from hackel/master
Manually add php PPA in UTF-8 locale [Resolves #69]
|
9 years ago |
Ryan Hayle
|
1016376bcf
|
Add repo manually (work-around for saltstack/salt#23543)
|
9 years ago |
puneet kandhari
|
bd10f4ea92
|
Merge pull request #66 from cybacolt/master
changed Debian hhvm PID filepath to match default /etc/init.d/hhvm PID filepath
|
9 years ago |
Rowcliffe Browne
|
b19c59c2a9
|
changed hhvm PID filepath to match default /etc/init.d/hhvm PID filepath
|
9 years ago |
Forrest
|
256145736a
|
Merge pull request #64 from danoe/dev
manage xcache.ini in pillar
|
9 years ago |
Daniel Oetken
|
767d94c40d
|
pillar example for xcache.ini
|
9 years ago |
Daniel Oetken
|
861ddd2db4
|
manage xcache.ini in pillar
|
9 years ago |
Forrest
|
a81c52924c
|
Merge pull request #62 from cybacolt/master
use False as default, and test boolean, rather than none
|
9 years ago |
Forrest
|
71a003fc53
|
Merge pull request #63 from M2Mobi/master
Sort keys per section within php.ini.
|
9 years ago |
Heinz Wiesinger
|
d62a6b5d7e
|
Sort keys per section within php.ini.
|
9 years ago |
Rowcliffe Browne
|
0385663637
|
use False as default, and test boolean, rather than none
|
9 years ago |
Daniel Oetken
|
1fdf1723af
|
made sure every sls in php ng is mentioned in the README and sorted
alphabetically
|
9 years ago |
Daniel Oetken
|
ebd7e2a475
|
Add xcache support to php ng formula
|
9 years ago |
Forrest
|
9a54fcf5c1
|
Merge pull request #59 from unicalabs/upstream
Fix install-composer edge cases
|
9 years ago |
Matt Kelch
|
2567557fac
|
Fix edge case with install-composer which results in composer not being installed/reinstalled due to the state of get-composer not changing.
|
9 years ago |
puneet kandhari
|
ee6a24419e
|
Merge pull request #58 from teohhanhui/patch-1
Recursively merge php.ini options
|
9 years ago |
Teoh Han Hui
|
9c0173dad0
|
Recursively merge php.ini options
|
9 years ago |
puneet kandhari
|
3f33a25a99
|
Merge pull request #56 from aboe76/hhvm
Add hhvm support to php ng formula
|
9 years ago |
Niels Abspoel
|
f5c967fb6c
|
Improve config file handling hhvm.
In order to reuse the default structure of this formula
I changed the config a little bit to configure hhvm files.
|
9 years ago |
Niels Abspoel
|
b3e64eb600
|
Add hhvm support to php ng formula
|
9 years ago |
Nitin Madhok
|
16e7cb083b
|
Merge pull request #42 from teohhanhui/patch-1
Fix Debian package name for `php.ng.xml` state
|
9 years ago |
Nitin Madhok
|
9f84c9944f
|
Merge pull request #54 from haydenk/master
Update Composer state file to not use curl
|
9 years ago |
Hayden King
|
77c6e9b2c0
|
add composer bin and hash variables so it could be overridden in pillar if needed.
|
9 years ago |
Hayden King
|
f3e4197fcb
|
remove curl dependency in favor of saltstack file.managed and use the composer instlaller.
|
9 years ago |
puneet kandhari
|
08f615e36b
|
Merge pull request #53 from Nilead/master
Add support for GMP ext
|
9 years ago |
Vu Nguyen
|
d6eec332a8
|
Add gmp to map
|
9 years ago |
Vu Nguyen
|
8f0b16110e
|
Add support for gmp lib in ng
|
9 years ago |
puneet kandhari
|
843fddfcca
|
Merge pull request #52 from pcdummy/master
Use iteritems() instead of items().
|
9 years ago |
René Jochum
|
ca15a1fa4e
|
Use iteritems() instead of items().
Signed-off-by: René Jochum <rene@jochums.at>
|
9 years ago |
Teoh Han Hui
|
3f3467d17a
|
Fix Debian package name for `php.ng.xml` state
XML module is already built-in. In any case, `php5-xmlrpc` package actually provides XML-RPC module.
|
9 years ago |
Nitin Madhok
|
5601d5e2a4
|
Merge pull request #49 from imran1008/list-of-extensions
Allow pillars to specify a list of extensions
|
9 years ago |
Nitin Madhok
|
019747068d
|
Merge pull request #50 from edvinasme/add-php-xsl
Add php.ng.xsl for Debian
|
9 years ago |
Edvinas Klovas
|
dacadfe660
|
Add php.ng.xsl for Debian
|
9 years ago |
Nitin Madhok
|
316f1d98b8
|
Merge pull request #48 from imran1008/arch-support
Add support for Arch Linux
|
9 years ago |
Imran Haider
|
f59b474b83
|
Add support for Arch Linux
|
9 years ago |
Imran Haider
|
b7dd176c84
|
Allow pillars to specify a list of extensions
|
9 years ago |
Niels Abspoel
|
f726efdb1e
|
Merge pull request #44 from kurt---/oauth
install php5-oauth in php.ng.style
|
9 years ago |
puneet kandhari
|
cd4e4b07df
|
Merge pull request #45 from edvinasme/additional-extensions
add php.ng.geoip, php.ng.pspell, php.ng.xdebug for Debian
|
9 years ago |
Edvinas Klovas
|
8c148dc4f6
|
add php.ng.geoip, php.ng.pspell, php.ng.xdebug for Debian
|
9 years ago |
Kurt Bendlin
|
ef5d8ef204
|
don't change composer.sls in oauth-branch
|
9 years ago |
Kurt Bendlin
|
f51fe7ccb7
|
add oauth in php.ng
|
9 years ago |
Kurt Bendlin
|
d723b7b87c
|
require packages curl and cli. This also prevents the installing of apache on apt-get-systems
|
9 years ago |
Nitin Madhok
|
05580656db
|
Merge pull request #40 from kurt---/master
add sls for installed php-oauth
|
9 years ago |
Kurt Bendlin
|
224b391c99
|
Merge remote-tracking branch 'origin/master'
|
9 years ago |