semantic-release-bot
3e14d4d72a
chore(release): 0.36.0 [skip ci]
# [0.36.0](https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0 ) (2019-06-29)
### Documentation
* **readme:** update with modules, bz2 & dba ([5e04187
](https://github.com/saltstack-formulas/php-formula/commit/5e04187 ))
### Features
* add 'bz2' and 'dba' module support ([758ae88
](https://github.com/saltstack-formulas/php-formula/commit/758ae88 ))
5 年之前
Imran Iqbal
2b479f49d8
Merge pull request #177 from FHE3/bz2-dba-support
add 'bz2' and 'dba' module support
5 年之前
Sergio Cambra
5e041871ec
docs(readme): update with modules, bz2 & dba
5 年之前
Simon Schneider
758ae882f6
feat: add 'bz2' and 'dba' module support
5 年之前
semantic-release-bot
ec7c914aa5
chore(release): 0.35.1 [skip ci]
## [0.35.1](https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1 ) (2019-06-28)
### Documentation
* merge latest changes from `template-formula` ([4af569a
](https://github.com/saltstack-formulas/php-formula/commit/4af569a )), closes [#179 ](https://github.com/saltstack-formulas/php-formula/issues/179 )
5 年之前
Imran Iqbal
39820094a9
Merge pull request #180 from myii/finalise-semantic-release
docs: merge latest changes from `template-formula`
5 年之前
Imran Iqbal
4af569aa19
docs: merge latest changes from `template-formula`
* Completes #179
* Fix testing on `develop` images and enable in the matrix
5 年之前
semantic-release-bot
32667d97ad
chore(release): 0.35.0 [skip ci]
# [0.35.0](https://github.com/saltstack-formulas/php-formula/compare/v0.34.0...v0.35.0 ) (2019-06-27)
### Features
* **semantic-release:** add support of semantic-release ([cdd206a
](https://github.com/saltstack-formulas/php-formula/commit/cdd206a ))
5 年之前
Imran Iqbal
a4d4ef278b
Merge pull request #179 from n-rodriguez/wip/semantic-release
feat(semantic-release): add support of semantic-release
5 年之前
Nicolas Rodriguez
cdd206a10a
feat(semantic-release): add support of semantic-release
5 年之前
Niels Abspoel
27ec4744fb
Merge pull request #172 from ze42/php_ng_modules
php.ng.modules
5 年之前
Adrien "ze" Urban
0e431473cd
php/ng/modules: use ~ operator
Convert module to string before appending it to the base path to search for
existing modules...
5 年之前
Adrien "ze" Urban
2d1d8f23ad
php.ng.modules: documentation
5 年之前
Adrien "ze" Urban
a126bf658b
php.ng.modules: install modules...
5 年之前
Niels Abspoel
14bb2b3f28
Merge pull request #170 from n-rodriguez/master
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
5 年之前
Niels Abspoel
936bca4a19
Merge pull request #171 from ze42/fix_pool_dependency
fpm: don't extend pool-dependency if no pool
5 年之前
Niels Abspoel
e0b922a28b
Merge pull request #168 from pawelrosada/master
Fix Backward compatibility problem
5 年之前
Adrien "ze" Urban
e18b2be86d
fpm: don't extend pool-dependency if no pool
6 年之前
Nicolas Rodriguez
afbc88b056
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
5 年之前
Paweł Rosada
0c923245e6
Fix Backward compatibility problem
5 年之前
Niels Abspoel
4a0dfac0b0
Merge pull request #166 from pawelrosada/master
Add enablerepo option to php-salt-formula
5 年之前
Paweł Rosada
1b25ed631e
Add documentation
5 年之前
Niels Abspoel
75431aff13
Merge pull request #164 from Seldaek/patch-2
Remove env from ppa definition
5 年之前
Paweł Rosada
6965059af4
Remove copy of php_install_{{ state }}
5 年之前
Paweł Rosada
77b1b3520f
Add missing php_install_
5 年之前
Paweł Rosada
324ebd84af
Add enablerepo option to php-salt-formula
5 年之前
Niels Abspoel
df0224fd35
Merge pull request #165 from Yoda-BZH/master
Add msgpack and igbinary packages
5 年之前
Tristan Charbonneau
1597eddb43
fix ordering
5 年之前
Tristan Charbonneau
e318dc8c14
Update readme about msgpack and igbinary packages in php.ng
5 年之前
Tristan Charbonneau
29965ad97a
add msgpack and igbinary
5 年之前
Jordi Boggiano
bbd41d99a1
Remove env from ppa definition
5 年之前
John Keates
7f87ee33d0
Merge pull request #163 from sticky-note/fix/fpm-freebsd
Fix/fpm freebsd
5 年之前
sam
0a63949ef0
add minimum default to get fpm service works on FreeBSD
5 年之前
sam
b702a35967
add minimum default to get fpm service works on FreeBSD
5 年之前
sam
8e1b990dd7
add minimum default to get fpm service works on FreeBSD
5 年之前
sam
2962d961c7
add minimum default to get fpm service works on FreeBSD
5 年之前
Niels Abspoel
38f5246f49
Merge pull request #161 from alxwr/master
php.ng.fileinfo & php.ng.tokenizer
5 年之前
Alexander Weidinger
0ad616cf71
php.ng.fileinfo & php.ng.tokenizer
5 年之前
Javier Bértoli
6cd2845a7e
Merge pull request #160 from Enchiridion/master
Updated readme with missing modules
6 年之前
Shannon Little
6b02cbaf2a
Updated readme with missing modules
6 年之前
Niels Abspoel
5486e445df
Merge pull request #159 from bawuenet/scl_opcache
Handle different scl/legacy php naming for opcache.
6 年之前
Andreas Thienemann
6405214d11
Handle different scl/legacy php naming for opcache.
When running on CentOS or RHEL the opcache package under php 5.4
us named php-pecl-zendopcache.
When using a newer PHP version like 5.6, 7.0 or 7.1 the package
is named slightly different though: php-opcache.
Take this into account.
6 年之前
Niels Abspoel
530f4b9d27
Merge pull request #158 from bawuenet/fix_scl
Add missing SCL prefix for php-common
6 年之前
Andreas Thienemann
d7dff5a882
Add missing SCL prefix for php-common
6 年之前
Niels Abspoel
b2c82fa3b1
Merge pull request #150 from Seldaek/patch-1
Remove sorting of php.ini files to support Python3
6 年之前
Niels Abspoel
1b15758a93
Merge pull request #157 from bawuenet/master
Enable Softwarecollections on RHEL and CentOS
6 年之前
Andreas Thienemann
956cee6f69
Enable Softwarecollections on RHEL and CentOS
As RHEL and CentOS are both longer-lived enterprise-class operating
systems the software versions are usually lagging a bit behind.
In case one wants the longevity of an Enterprise Linux together with
more modern software the Softwarecollections project exists which
offers amongst others more modern PHP releases.
This commit adds a pillar toggle to use the SCL repo and the ability
to select which php version to install.
6 年之前
Niels Abspoel
5e933df525
Merge pull request #151 from bogdanr/master
Added support for Debian 9
6 年之前
Javier Bértoli
6a74ee725d
Merge pull request #156 from mgomersbach/gentoo-compat
Gentoo compat
6 年之前
Mark Gomersbach
d7e4d89d7c
Select stable instead of masked version of php
6 年之前