semantic-release-bot
7e30f926b5
chore(release): 0.39.1 [skip ci]
## [0.39.1](https://github.com/saltstack-formulas/php-formula/compare/v0.39.0...v0.39.1 ) (2019-08-12)
### Bug Fixes
* **installed.jinja:** remove `include` to prevent conflicting IDs ([cb11784
](https://github.com/saltstack-formulas/php-formula/commit/cb11784 )), closes [#188 ](https://github.com/saltstack-formulas/php-formula/issues/188 )
пре 5 година
Imran Iqbal
cb11784768
fix(installed.jinja): remove `include` to prevent conflicting IDs
* Ends up with two `include:` lists when rendered
* Close #188
пре 5 година
semantic-release-bot
39b4584d66
chore(release): 0.39.0 [skip ci]
# [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0 ) (2019-08-07)
### Bug Fixes
* **php/ng:** don't iterate on string, make sure list is not string ([dbb542c
](https://github.com/saltstack-formulas/php-formula/commit/dbb542c ))
### Documentation
* **pillar.example:** add example for alternatives with multiversion ([23a6ec1
](https://github.com/saltstack-formulas/php-formula/commit/23a6ec1 ))
* **pillar.example:** example of versions ([a98aa7e
](https://github.com/saltstack-formulas/php-formula/commit/a98aa7e ))
### Features
* **php/ng:** support for php cli multiversion ([bb4a077
](https://github.com/saltstack-formulas/php-formula/commit/bb4a077 ))
* **php/ng:** support the use of a list of php versions ([b303239
](https://github.com/saltstack-formulas/php-formula/commit/b303239 )), closes [#138 ](https://github.com/saltstack-formulas/php-formula/issues/138 )
### Styles
* **pillar.example:** add line break ([38fe58f
](https://github.com/saltstack-formulas/php-formula/commit/38fe58f ))
пре 5 година
semantic-release-bot
d530e817d1
chore(release): 0.38.1 [skip ci]
## [0.38.1](https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1 ) (2019-08-03)
### Bug Fixes
* update deprecation version number in `semantic-release` run ([a87fb91
](https://github.com/saltstack-formulas/php-formula/commit/a87fb91 )), closes [/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613 ) [/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898 )
пре 5 година
Sergio Cambra
a09ef9270e
feat(map): add xmlrpc package for xml module, as it was done for SUSE
пре 5 година
nb
d45bae83d8
fix: add warning message for ng states
пре 5 година
Imran Iqbal
8e7471e837
fix: allow muting deprecation warning via. pillar/config entry
пре 5 година
Imran Iqbal
e97eeae766
fix: change message to warn about upcoming deprecation
пре 5 година
nb
d03338176c
fix: warn formula users ng states will be promoted in `v1.0.0`
пре 5 година
Simon Schneider
bb4a077d84
feat(php/ng): support for php cli multiversion
пре 5 година
Arthur Lutz
dbb542c4fb
fix(php/ng): don't iterate on string, make sure list is not string
пре 5 година
Arthur Lutz
b3032391dd
feat(php/ng): support the use of a list of php versions
Related to #138
пре 5 година
nb
e2d7b4b588
fix(mods): fixup for #181
пре 5 година
nb
3f6c0bc894
feat(mods): added some mods support for FreeBSD
пре 5 година
Simon Schneider
758ae882f6
feat: add 'bz2' and 'dba' module support
пре 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
a126bf658b
php.ng.modules: install modules...
пре 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 година
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 година
Tristan Charbonneau
29965ad97a
add msgpack and igbinary
пре 5 година
Jordi Boggiano
bbd41d99a1
Remove env from ppa definition
пре 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 година
Alexander Weidinger
0ad616cf71
php.ng.fileinfo & php.ng.tokenizer
пре 5 година
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 година
Andreas Thienemann
d7dff5a882
Add missing SCL prefix for php-common
пре 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 година
Mark Gomersbach
d7e4d89d7c
Select stable instead of masked version of php
пре 6 година
Mark Gomersbach
9ba295ad68
Leverage kindly provided specials/block syntax to fully support Gentoo.
пре 6 година
Mark Gomersbach
19fb0d3f1d
Gentoo package names contain a category with a "/" delimitor.
This will make state names play nicely with gentoo.
пре 6 година
Daniel Wallace
25c8d5c8ab
add support for 18.04
пре 6 година
Daniel Wallace
6626b903d6
don't include `include` if it isn't going to include anything else
пре 6 година
Bogdan Radulescu
1ea47c267e
Added support for Debian 9
пре 6 година
Jordi Boggiano
57d1ecd7cc
Remove sorting of php.ini files to support Python3
пре 6 година
Kenneth Østrup
bb2cdc572f
Added PHP Pear Mail support
пре 6 година
Kenneth Østrup
a3b2dcafe1
Added support for PHP Pear Net-SMTP
пре 6 година
Kenneth Østrup
175090537d
Added PHP Pear Auth-SASL support
пре 6 година
Alexander Weidinger
bad0f1b048
ng/map.jinja: FreeBSD cli pkg name
пре 6 година
Alexander Weidinger
19e61f9dc3
Added php.ng.posix
пре 6 година
Alexander Weidinger
eaa5401303
FreeBSD: corrected curl pkg name in map.jinja
пре 6 година
Alexander Weidinger
d24a6e1d98
Added php.ng.session
пре 6 година
Alexander Weidinger
c49da7e1f4
Added php.ng.ctype
пре 6 година
Alexander Weidinger
4c6dcdfa22
FreeBSD: additional pkg names in map.jinja
пре 6 година
Alexander Weidinger
4cffd9c9e1
composer update: date works differently on FreeBSD
пре 6 година