comparison modules/php/CHANGELOG.md @ 386:3fce34f642f1

Add a PHP module to handle platform differences
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Jan 2022 17:09:39 +0000
parents
children adf6fe9bbc17
comparison
equal deleted inserted replaced
385:d9009f54eb23 386:3fce34f642f1
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4 Each new release typically also includes the latest modulesync defaults.
5 These should not affect the functionality of the module.
6
7 ## [v8.0.2](https://github.com/voxpupuli/puppet-php/tree/v8.0.2) (2021-09-05)
8
9 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.0.1...v8.0.2)
10
11 **Fixed bugs:**
12
13 - Allow 0 for pm\_start\_servers [\#642](https://github.com/voxpupuli/puppet-php/pull/642) ([jkroepke](https://github.com/jkroepke))
14
15 ## [v8.0.1](https://github.com/voxpupuli/puppet-php/tree/v8.0.1) (2021-08-27)
16
17 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.0.0...v8.0.1)
18
19 **Fixed bugs:**
20
21 - Allow empty string for setting value [\#640](https://github.com/voxpupuli/puppet-php/pull/640) ([smortex](https://github.com/smortex))
22
23 **Closed issues:**
24
25 - String\[1\] forbids empty php::settings value [\#639](https://github.com/voxpupuli/puppet-php/issues/639)
26
27 ## [v8.0.0](https://github.com/voxpupuli/puppet-php/tree/v8.0.0) (2021-08-26)
28
29 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v7.1.0...v8.0.0)
30
31 **Breaking changes:**
32
33 - Drop EOL FreeBSD 9 and 10 from metadata.json [\#591](https://github.com/voxpupuli/puppet-php/issues/591)
34 - Drop Debian 9/Ubuntu 16.04 support [\#636](https://github.com/voxpupuli/puppet-php/pull/636) ([root-expert](https://github.com/root-expert))
35 - Drop support for Puppet 5 \(EOL\) [\#631](https://github.com/voxpupuli/puppet-php/pull/631) ([smortex](https://github.com/smortex))
36 - Drop support for RedHat 6 / CentOS 6 \(EOL\) [\#630](https://github.com/voxpupuli/puppet-php/pull/630) ([smortex](https://github.com/smortex))
37 - Drop EOL Debian 7/8 & Ubuntu 12/14 [\#592](https://github.com/voxpupuli/puppet-php/pull/592) ([bastelfreak](https://github.com/bastelfreak))
38
39 **Implemented enhancements:**
40
41 - Add/Fix data types of all parameters [\#634](https://github.com/voxpupuli/puppet-php/pull/634) ([smortex](https://github.com/smortex))
42 - Add support for Debian 11 [\#633](https://github.com/voxpupuli/puppet-php/pull/633) ([smortex](https://github.com/smortex))
43 - Add support for Puppet 7 [\#632](https://github.com/voxpupuli/puppet-php/pull/632) ([smortex](https://github.com/smortex))
44 - Add PHP 8 Support [\#627](https://github.com/voxpupuli/puppet-php/pull/627) ([bratucornel](https://github.com/bratucornel))
45 - puppet/archive: allow 5.x [\#620](https://github.com/voxpupuli/puppet-php/pull/620) ([bastelfreak](https://github.com/bastelfreak))
46 - php::globals: support Ubuntu 20.04 that ships php 7.4 [\#599](https://github.com/voxpupuli/puppet-php/pull/599) ([simondeziel](https://github.com/simondeziel))
47 - php-fpm: Make service reload/restart configurable [\#598](https://github.com/voxpupuli/puppet-php/pull/598) ([bastelfreak](https://github.com/bastelfreak))
48 - Add apparmor\_hat support to php::fpm::pool [\#524](https://github.com/voxpupuli/puppet-php/pull/524) ([simondeziel](https://github.com/simondeziel))
49
50 **Closed issues:**
51
52 - remove puppet 5 support, introduce puppet 7 support [\#616](https://github.com/voxpupuli/puppet-php/issues/616)
53 - php reloading on each run [\#613](https://github.com/voxpupuli/puppet-php/issues/613)
54 - Is it possible to ensure the fpm service from hiera? [\#609](https://github.com/voxpupuli/puppet-php/issues/609)
55 - Restart service 'php-fpm' if socket owner / group changes [\#596](https://github.com/voxpupuli/puppet-php/issues/596)
56 - Support for Ondřej Surýs PPA on Ubuntu 18.04 [\#586](https://github.com/voxpupuli/puppet-php/issues/586)
57 - Unused variable 'log\_group\_final' [\#568](https://github.com/voxpupuli/puppet-php/issues/568)
58 - New Release 7.0.0+ ? [\#562](https://github.com/voxpupuli/puppet-php/issues/562)
59 - undesired service restart due to missing /var/run/php-fpm dir [\#501](https://github.com/voxpupuli/puppet-php/issues/501)
60 - New Release after Ubuntu 18.04 support is added? [\#442](https://github.com/voxpupuli/puppet-php/issues/442)
61 - Deprecate mayflower/php in favor for voxpupuli/php [\#348](https://github.com/voxpupuli/puppet-php/issues/348)
62
63 **Merged pull requests:**
64
65 - Allow up-to-date dependencies [\#635](https://github.com/voxpupuli/puppet-php/pull/635) ([smortex](https://github.com/smortex))
66 - Update dependencies [\#629](https://github.com/voxpupuli/puppet-php/pull/629) ([saz](https://github.com/saz))
67 - Remove duplicate mysqlnd from example in README [\#574](https://github.com/voxpupuli/puppet-php/pull/574) ([saz](https://github.com/saz))
68 - remove www pool from defaults [\#572](https://github.com/voxpupuli/puppet-php/pull/572) ([bovy89](https://github.com/bovy89))
69 - Cleanup fpm config class [\#570](https://github.com/voxpupuli/puppet-php/pull/570) ([paescuj](https://github.com/paescuj))
70
71 ## [v7.1.0](https://github.com/voxpupuli/puppet-php/tree/v7.1.0) (2020-05-05)
72
73 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v7.0.0...v7.1.0)
74
75 **Implemented enhancements:**
76
77 - add ability to define composer update channel [\#571](https://github.com/voxpupuli/puppet-php/pull/571) ([CyberLine](https://github.com/CyberLine))
78 - add pool\_purge option to init.pp [\#557](https://github.com/voxpupuli/puppet-php/pull/557) ([bovy89](https://github.com/bovy89))
79 - Improve package prefix selection on FreeBSD [\#552](https://github.com/voxpupuli/puppet-php/pull/552) ([oxc](https://github.com/oxc))
80
81 **Fixed bugs:**
82
83 - Fix enabling of zend extensions [\#567](https://github.com/voxpupuli/puppet-php/pull/567) ([coreyralph](https://github.com/coreyralph))
84 - Fix running apt update on Debian family [\#554](https://github.com/voxpupuli/puppet-php/pull/554) ([Hexta](https://github.com/Hexta))
85 - Do a `deep` merge on `fpm` lookup [\#550](https://github.com/voxpupuli/puppet-php/pull/550) ([sigv](https://github.com/sigv))
86
87 **Closed issues:**
88
89 - mod 'puppetlabs-inifile', '4.1.0' [\#566](https://github.com/voxpupuli/puppet-php/issues/566)
90 - Fpm config results in "expects a Hash value, got Tuple" [\#536](https://github.com/voxpupuli/puppet-php/issues/536)
91 - composer created as folder not binary file [\#535](https://github.com/voxpupuli/puppet-php/issues/535)
92 - Forge Release [\#528](https://github.com/voxpupuli/puppet-php/issues/528)
93 - Invalid tag '::php::config' on node ... [\#177](https://github.com/voxpupuli/puppet-php/issues/177)
94
95 **Merged pull requests:**
96
97 - delete legacy travis directory [\#556](https://github.com/voxpupuli/puppet-php/pull/556) ([bastelfreak](https://github.com/bastelfreak))
98 - allow puppetlabs/inifile 4.x [\#553](https://github.com/voxpupuli/puppet-php/pull/553) ([bastelfreak](https://github.com/bastelfreak))
99 - Clean up acceptance spec helper [\#551](https://github.com/voxpupuli/puppet-php/pull/551) ([ekohl](https://github.com/ekohl))
100
101 ## [v7.0.0](https://github.com/voxpupuli/puppet-php/tree/v7.0.0) (2019-09-12)
102
103 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v6.0.2...v7.0.0)
104
105 **Breaking changes:**
106
107 - Drop Ubuntu 14.04 [\#520](https://github.com/voxpupuli/puppet-php/pull/520) ([bastelfreak](https://github.com/bastelfreak))
108 - Do not manage mysql.ini when using Ubuntu repo \(and fix CI\) [\#519](https://github.com/voxpupuli/puppet-php/pull/519) ([smortex](https://github.com/smortex))
109 - modulesync 2.5.1 and drop Puppet 4 [\#507](https://github.com/voxpupuli/puppet-php/pull/507) ([bastelfreak](https://github.com/bastelfreak))
110
111 **Implemented enhancements:**
112
113 - Remove hard dependency from apt-transport-https [\#454](https://github.com/voxpupuli/puppet-php/issues/454)
114 - use php::global::php\_version for php::repo::\* version [\#222](https://github.com/voxpupuli/puppet-php/issues/222)
115 - refactor ::php::repo::debian to use the version variable [\#219](https://github.com/voxpupuli/puppet-php/issues/219)
116 - push back hard dependency on hiera [\#215](https://github.com/voxpupuli/puppet-php/issues/215)
117 - Support PHP 7.0 on FreeBSD [\#207](https://github.com/voxpupuli/puppet-php/issues/207)
118 - set default version for debian buster and add support for buster [\#530](https://github.com/voxpupuli/puppet-php/pull/530) ([lelutin](https://github.com/lelutin))
119 - Simplify php \(extension\) removal [\#526](https://github.com/voxpupuli/puppet-php/pull/526) ([TuningYourCode](https://github.com/TuningYourCode))
120 - Rely more on puppetlabs-apt [\#494](https://github.com/voxpupuli/puppet-php/pull/494) ([ekohl](https://github.com/ekohl))
121 - Add cli\_settings parameter to php class [\#491](https://github.com/voxpupuli/puppet-php/pull/491) ([sunnz](https://github.com/sunnz))
122 - Allow `clear_env` to be disabled [\#483](https://github.com/voxpupuli/puppet-php/pull/483) ([joshuaspence](https://github.com/joshuaspence))
123 - allow php 7.2 [\#455](https://github.com/voxpupuli/puppet-php/pull/455) ([cbergmann](https://github.com/cbergmann))
124
125 **Fixed bugs:**
126
127 - Fixed repositories managed for all patch version of 7.x for Ubuntu. [\#505](https://github.com/voxpupuli/puppet-php/pull/505) ([Conzar](https://github.com/Conzar))
128 - Fix php::fpm eternal reload for mysqli a simplexml extension [\#503](https://github.com/voxpupuli/puppet-php/pull/503) ([miranovy](https://github.com/miranovy))
129
130 **Closed issues:**
131
132 - No default version for debian buster in globals [\#529](https://github.com/voxpupuli/puppet-php/issues/529)
133 - php module is not using hiera deep merge anymore. [\#500](https://github.com/voxpupuli/puppet-php/issues/500)
134 - Extension mysqli causes php7-fpm to reload [\#497](https://github.com/voxpupuli/puppet-php/issues/497)
135 - Cannot declare both php and php::cli classes [\#489](https://github.com/voxpupuli/puppet-php/issues/489)
136 - PHP modules are enabled even when ensure is absent [\#477](https://github.com/voxpupuli/puppet-php/issues/477)
137 - The "PHP 7.1 install from hell" on Debian 9 [\#459](https://github.com/voxpupuli/puppet-php/issues/459)
138 - PHP 7.1 on Debian 9 [\#457](https://github.com/voxpupuli/puppet-php/issues/457)
139 - Wrong merge behavior for settings, extensions, fpm\_pools, fpm\_global\_pool\_settings [\#434](https://github.com/voxpupuli/puppet-php/issues/434)
140 - Ubuntu 16 mysql extension so name with packages from ondrej PPA [\#309](https://github.com/voxpupuli/puppet-php/issues/309)
141
142 **Merged pull requests:**
143
144 - fix "cannot redefine $real\_settings" error [\#533](https://github.com/voxpupuli/puppet-php/pull/533) ([crispygoth](https://github.com/crispygoth))
145 - hotfix:: updating key id for debian repo sury [\#532](https://github.com/voxpupuli/puppet-php/pull/532) ([caherrera](https://github.com/caherrera))
146 - Fix deprecated Hiera lookup warnings. Add default www pool in YAML. [\#522](https://github.com/voxpupuli/puppet-php/pull/522) ([comport3](https://github.com/comport3))
147 - Allow `puppetlabs/stdlib` 6.x and `puppet/archive` 4.x [\#521](https://github.com/voxpupuli/puppet-php/pull/521) ([alexjfisher](https://github.com/alexjfisher))
148 - Allow puppetlabs/apt 7.x, puppetlabs/inifile 3.x [\#518](https://github.com/voxpupuli/puppet-php/pull/518) ([dhoppe](https://github.com/dhoppe))
149 - Simplify ensure check [\#493](https://github.com/voxpupuli/puppet-php/pull/493) ([amateo](https://github.com/amateo))
150
151 ## [v6.0.2](https://github.com/voxpupuli/puppet-php/tree/v6.0.2) (2018-10-14)
152
153 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v6.0.1...v6.0.2)
154
155 **Fixed bugs:**
156
157 - allow `latest` for php extensions again [\#485](https://github.com/voxpupuli/puppet-php/pull/485) ([amateo](https://github.com/amateo))
158
159 **Closed issues:**
160
161 - Ubuntu 18.04 issue just installing [\#475](https://github.com/voxpupuli/puppet-php/issues/475)
162
163 **Merged pull requests:**
164
165 - Remove readable permissions for others on fpm pool config file [\#484](https://github.com/voxpupuli/puppet-php/pull/484) ([l-lotz](https://github.com/l-lotz))
166
167 ## [v6.0.1](https://github.com/voxpupuli/puppet-php/tree/v6.0.1) (2018-10-06)
168
169 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v6.0.0...v6.0.1)
170
171 **Fixed bugs:**
172
173 - Fix enable extension when there is no module associated [\#479](https://github.com/voxpupuli/puppet-php/pull/479) ([amateo](https://github.com/amateo))
174 - Remove config when module is ensured to absent [\#478](https://github.com/voxpupuli/puppet-php/pull/478) ([amateo](https://github.com/amateo))
175
176 **Closed issues:**
177
178 - "php::manage\_repos: true" causes failure on Ubuntu 18.04, needs newer puppetlabs-apt version\(\>=5.0.0\) [\#467](https://github.com/voxpupuli/puppet-php/issues/467)
179
180 **Merged pull requests:**
181
182 - modulesync 2.1.0 and allow puppet 6.x [\#481](https://github.com/voxpupuli/puppet-php/pull/481) ([bastelfreak](https://github.com/bastelfreak))
183 - Add acceptance tests for system php with extensions [\#476](https://github.com/voxpupuli/puppet-php/pull/476) ([bastelfreak](https://github.com/bastelfreak))
184 - Allow puppetlabs/stdlib 5.x and puppetlabs/apt 6.x [\#472](https://github.com/voxpupuli/puppet-php/pull/472) ([bastelfreak](https://github.com/bastelfreak))
185
186 ## [v6.0.0](https://github.com/voxpupuli/puppet-php/tree/v6.0.0) (2018-07-29)
187
188 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v5.3.0...v6.0.0)
189
190 **Breaking changes:**
191
192 - Tests failing under debian8 [\#433](https://github.com/voxpupuli/puppet-php/issues/433)
193 - fixed hiera merge bug [\#435](https://github.com/voxpupuli/puppet-php/pull/435) ([c33s](https://github.com/c33s))
194
195 **Implemented enhancements:**
196
197 - Compatibility with Software collections \(SCL\) [\#451](https://github.com/voxpupuli/puppet-php/pull/451) ([oranenj](https://github.com/oranenj))
198 - Add Debian 9 support [\#440](https://github.com/voxpupuli/puppet-php/pull/440) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
199 - Add initial ubuntu 18.04 support [\#428](https://github.com/voxpupuli/puppet-php/pull/428) ([jkroepke](https://github.com/jkroepke))
200
201 **Fixed bugs:**
202
203 - php.ini not updated [\#422](https://github.com/voxpupuli/puppet-php/issues/422)
204 - Error: Could not upgrade module 'puppet-php' \(v4.0.0 -\> v5.0.0\) [\#378](https://github.com/voxpupuli/puppet-php/issues/378)
205 - Fix paths for phpunit on FreeBSD [\#291](https://github.com/voxpupuli/puppet-php/pull/291) ([bitnexus](https://github.com/bitnexus))
206
207 **Closed issues:**
208
209 - Debian 9 \(Stretch\) support [\#439](https://github.com/voxpupuli/puppet-php/issues/439)
210 - Repository class switch failing on Ubuntu [\#392](https://github.com/voxpupuli/puppet-php/issues/392)
211 - Next stable release? [\#352](https://github.com/voxpupuli/puppet-php/issues/352)
212 - PHP extensions loaded twice [\#341](https://github.com/voxpupuli/puppet-php/issues/341)
213 - PECL/Extension checks for beta packages [\#73](https://github.com/voxpupuli/puppet-php/issues/73)
214
215 **Merged pull requests:**
216
217 - Update README.md with working RHSCL example. [\#463](https://github.com/voxpupuli/puppet-php/pull/463) ([Tamerz](https://github.com/Tamerz))
218 - enable ubuntu 18.04 acceptance tests [\#462](https://github.com/voxpupuli/puppet-php/pull/462) ([bastelfreak](https://github.com/bastelfreak))
219 - drop EOL OSs; fix puppet version range [\#453](https://github.com/voxpupuli/puppet-php/pull/453) ([bastelfreak](https://github.com/bastelfreak))
220 - Rely on beaker-hostgenerator for docker nodesets [\#452](https://github.com/voxpupuli/puppet-php/pull/452) ([ekohl](https://github.com/ekohl))
221 - mark private classes with assert\_private\(\) [\#447](https://github.com/voxpupuli/puppet-php/pull/447) ([bastelfreak](https://github.com/bastelfreak))
222 - migrate vars from topscope to relative scope [\#444](https://github.com/voxpupuli/puppet-php/pull/444) ([bastelfreak](https://github.com/bastelfreak))
223 - bump puppet to latest supported version 4.10.0 [\#443](https://github.com/voxpupuli/puppet-php/pull/443) ([bastelfreak](https://github.com/bastelfreak))
224 - Update puppet/archive dependency [\#438](https://github.com/voxpupuli/puppet-php/pull/438) ([marknl](https://github.com/marknl))
225 - switch the dotdeb repo url to https [\#431](https://github.com/voxpupuli/puppet-php/pull/431) ([bastelfreak](https://github.com/bastelfreak))
226
227 ## [v5.3.0](https://github.com/voxpupuli/puppet-php/tree/v5.3.0) (2018-03-06)
228
229 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v5.2.0...v5.3.0)
230
231 **Implemented enhancements:**
232
233 - mark Ubuntu 16.04 as supported and fix its tests [\#221](https://github.com/voxpupuli/puppet-php/issues/221)
234 - Using the new facts hash instead of the global var in repo/debian.pp [\#425](https://github.com/voxpupuli/puppet-php/pull/425) ([c33s](https://github.com/c33s))
235 - Add Acceptance tests [\#414](https://github.com/voxpupuli/puppet-php/pull/414) ([bastelfreak](https://github.com/bastelfreak))
236
237 **Fixed bugs:**
238
239 - Fix Archlinux support [\#423](https://github.com/voxpupuli/puppet-php/pull/423) ([bastelfreak](https://github.com/bastelfreak))
240 - Fix wrongly named parameters for apt::source/key [\#420](https://github.com/voxpupuli/puppet-php/pull/420) ([bitcrush](https://github.com/bitcrush))
241 - manage software-properties-common on ubuntu [\#419](https://github.com/voxpupuli/puppet-php/pull/419) ([bastelfreak](https://github.com/bastelfreak))
242
243 **Merged pull requests:**
244
245 - add examples for php-fpm/nginx [\#424](https://github.com/voxpupuli/puppet-php/pull/424) ([bastelfreak](https://github.com/bastelfreak))
246 - add tests for php5.6 [\#418](https://github.com/voxpupuli/puppet-php/pull/418) ([bastelfreak](https://github.com/bastelfreak))
247
248 ## [v5.2.0](https://github.com/voxpupuli/puppet-php/tree/v5.2.0) (2018-02-14)
249
250 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v5.1.0...v5.2.0)
251
252 **Implemented enhancements:**
253
254 - add ubuntu 16.04 support [\#412](https://github.com/voxpupuli/puppet-php/pull/412) ([bastelfreak](https://github.com/bastelfreak))
255 - Add PHP 7.1 support on Debian [\#293](https://github.com/voxpupuli/puppet-php/pull/293) ([fstr](https://github.com/fstr))
256
257 **Fixed bugs:**
258
259 - Auto\_update not idempotent [\#402](https://github.com/voxpupuli/puppet-php/issues/402)
260 - use correct require arguments [\#415](https://github.com/voxpupuli/puppet-php/pull/415) ([bastelfreak](https://github.com/bastelfreak))
261 - fix composer auto\_update idempotency in case no update is available [\#408](https://github.com/voxpupuli/puppet-php/pull/408) ([joekohlsdorf](https://github.com/joekohlsdorf))
262 - Fixing wrong pear package name in Amazon Linux [\#399](https://github.com/voxpupuli/puppet-php/pull/399) ([gdurandvadas](https://github.com/gdurandvadas))
263
264 **Closed issues:**
265
266 - Upgrade to work with Puppet5 [\#406](https://github.com/voxpupuli/puppet-php/issues/406)
267 - php 7.2 + ubuntu 16.04 - pdo-mysql extension not installing correctly [\#405](https://github.com/voxpupuli/puppet-php/issues/405)
268 - config\_root parameter does nothing on RHEL7 [\#397](https://github.com/voxpupuli/puppet-php/issues/397)
269
270 **Merged pull requests:**
271
272 - Deprecate hiera\_hash functions [\#410](https://github.com/voxpupuli/puppet-php/pull/410) ([minorOffense](https://github.com/minorOffense))
273 - mark Puppet 5 as supported [\#407](https://github.com/voxpupuli/puppet-php/pull/407) ([joekohlsdorf](https://github.com/joekohlsdorf))
274 - Change default RedHat params to use config\_root [\#398](https://github.com/voxpupuli/puppet-php/pull/398) ([DALUofM](https://github.com/DALUofM))
275
276 ## [v5.1.0](https://github.com/voxpupuli/puppet-php/tree/v5.1.0) (2017-11-10)
277
278 [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v5.0.0...v5.1.0)
279
280 **Fixed bugs:**
281
282 - Fix syntax issues with data types [\#385](https://github.com/voxpupuli/puppet-php/pull/385) ([craigwatson](https://github.com/craigwatson))
283 - fix ubuntu 17.04 version for php7 [\#383](https://github.com/voxpupuli/puppet-php/pull/383) ([arudat](https://github.com/arudat))
284 - Fix OS fact comparison for Ubuntu 12 and 14 [\#375](https://github.com/voxpupuli/puppet-php/pull/375) ([dbeckham](https://github.com/dbeckham))
285 - Fix OS facts usage when selecting repo class for Ubuntu systems [\#374](https://github.com/voxpupuli/puppet-php/pull/374) ([dbeckham](https://github.com/dbeckham))
286 - Confine pecl provider to where pear command is available [\#364](https://github.com/voxpupuli/puppet-php/pull/364) ([walkamongus](https://github.com/walkamongus))
287 - fix default value of php::fpm::pool::access\_log\_format [\#361](https://github.com/voxpupuli/puppet-php/pull/361) ([lesinigo](https://github.com/lesinigo))
288
289 **Closed issues:**
290
291 - Debian repository classes are being selected on Ubuntu systems [\#373](https://github.com/voxpupuli/puppet-php/issues/373)
292 - Changes in \#357 break Ubuntu version dependent resources [\#372](https://github.com/voxpupuli/puppet-php/issues/372)
293
294 **Merged pull requests:**
295
296 - Proposed fix for failing parallel spec tests [\#386](https://github.com/voxpupuli/puppet-php/pull/386) ([wyardley](https://github.com/wyardley))
297 - update dependencies in metadata [\#379](https://github.com/voxpupuli/puppet-php/pull/379) ([mmoll](https://github.com/mmoll))
298 - Bump metadata.json version to 5.0.1-rc [\#377](https://github.com/voxpupuli/puppet-php/pull/377) ([dhollinger](https://github.com/dhollinger))
299 - bump dep on puppet/archive to '\< 3.0.0' [\#376](https://github.com/voxpupuli/puppet-php/pull/376) ([costela](https://github.com/costela))
300 - Add missing php-fpm user and group class param docs [\#346](https://github.com/voxpupuli/puppet-php/pull/346) ([dbeckham](https://github.com/dbeckham))
301
302 ## [v5.0.0](https://github.com/voxpupuli/puppet-php/tree/v5.0.0) (2017-08-07)
303 ### Summary
304 This backwards-incompatible release drops puppet 3, PHP 5.5 on Ubuntu, and the deprecated `php::extension` parameter `pecl_source`. It improves much of the internal code quality, and adds several useful features the most interesting of which is probably the `php::extension` parameter `ini_prefix`.
305
306 ### Changed
307 - Drop puppet 3 compatibility.
308 - Bumped puppetlabs-apt lower bound to 4.1.0
309 - Bumped puppetlabs-stdlib lower bound to 4.13.1
310
311 ### Removed
312 - Deprecated `php::extension` define parameters `pecl_source`. Use `source` instead.
313 - PHP 5.5 support on ubuntu.
314
315 ### Added
316 - `php` class parameters `fpm_user` and `fpm_group` to customize php-fpm user/group.
317 - `php::fpm` class parameters `user` and `group`.
318 - `php::fpm::pool` define parameter `pm_process_idle_timeout` and pool.conf `pm.process_idle_timeout` directive.
319 - `php::extension` class parameters `ini_prefix` and `install_options`.
320 - Archlinux compatibility.
321 - Bumped puppetlabs-apt upper bound to 5.0.0
322
323 ### Fixed
324 - Replaced validate functions with data types.
325 - Linting issues.
326 - Replace legacy facts with facts hash.
327 - Simplify `php::extension`
328 - Only apt dependency when `manage_repos => true`
329 - No more example42/yum dependency
330
331 ## 2017-02-11 Release [4.0.0]
332
333 This is the last release with Puppet3 support!
334 * Fix a bug turning `manage_repos` off on wheezy
335 * Fix a deprecation warning on `apt::key` when using `manage_repos` on wheezy (#110). This change requires puppetlabs/apt at >= 1.8.0
336 * Allow removal of config values (#124)
337 * Add `phpversion` fact, for querying through PuppetDB or Foreman (#119)
338 * Allow configuring the fpm pid file (#123)
339 * Add embedded SAPI support (#115)
340 * Add options to fpm config and pool configs (#139)
341 * Add parameter logic for PHP 7 on Ubuntu/Debian (#180)
342 * add SLES PHP 7.0 Support (#220)
343 * allow packaged extensions to be loaded as zend extensions
344 * Fix command to enable php extensions (#226)
345 * Fix many rucocop warnings
346 * Update module Ubuntu 14.04 default to official repository setup
347 * Fix dependency for extentions with no package source
348 * Allow packaged extensions to be loaded as Zend extensions
349 * Support using an http proxy for downloading composer
350 * Refactor classes php::fpm and php::fpm:service
351 * Manage apache/PHP configurations on Debian and RHEL systems
352 * use voxpupuli/archive to download composer
353 * respect $manage_repos, do not include ::apt if set to false
354 * Bump min version_requirement for Puppet + deps
355 * allow pipe param for pecl extensions
356 * Fix: composer auto_update: exec's environment must be array
357
358 ### Breaking Changes
359 * Deep merge `php::extensions` the same way as `php::settings`. This technically is a
360 breaking change but should not affect many people.
361 * PHP 5.6 is the default version on all systems now (except Ubuntu 16.04, where 7.0 is the default).
362 * There's a php::globals class now, where global paramters (like the PHP version) are set. (#132)
363 * Removal of php::repo::ubuntu::ppa (#218)
364
365 ## 3.4.2
366 * Fix a bug that changed the default of `php::manage_repos` to `false` on
367 Debian-based operating systems except wheezy. It should be turned on by
368 default. (#116)
369 * Fix a bug that prevented reloading php-fpm on Ubuntu in some cases.
370 (#117, #107)
371
372 ## 3.4.1
373 * Fix reloading php-fpm on Ubuntu trusty & utopic (#107)
374
375 ## 3.4.0
376 * New parameter `ppa` for class `php::repo::ubuntu` to specify the ppa
377 name to use. We default to `ondrej/php5-oldstable` for precise and
378 `ondrej/php5` otherwise.
379 * New parameter `include` for `php::fpm::pool` resources to specify
380 custom configuration files.
381
382 ## 3.3.1
383 * Make `systemd_interval` parameter for class `php::fpm::config` optional
384
385 ## 3.3.0
386 * `php::extension` resources:
387 * New boolean parameter `settings_prefix` to automatically prefix all
388 settings keys with the extensions names. Defaults to false to ensurre
389 the current behaviour.
390 * New string parameter `so_name` to set the DSO name of an extension if
391 it doesn't match the package name.
392 * New string parameter `php_api_version` to set a custom api version. If
393 not `undef`, the `so_name` is prefixed with the full module path in the
394 ini file. Defaults to `undef`.
395 * The default of the parameter `listen_allowed_clients` of `php::fpm::pool`
396 resources is now `undef` instead of `'127.0.0.1'`. This way it is more
397 intuitive to change the default tcp listening socket at `127.0.0.1:9000`
398 to a unix socket by only setting the `listen` parameter instead of
399 additionally needing to unset `listen_allowed_clients`. This has no
400 security implications.
401 * New parameters for the `php::fpm::config` class:
402 * `error_log`
403 * `syslog_facility`
404 * `syslog_ident`
405 * `systemd_interval`
406 * A bug that prevented merging the global `php::settings` parameter into
407 SAPI configs for `php::cli` and `php::fpm` was fixed.
408 * The dotdeb repos are now only installed for Debian wheezy as Debian jessie
409 has a sufficiently recent PHP version.
410
411 ## 3.2.2
412 * Fix a typo in hiera keys `php::settings` & `php::fpm::settings` (#83)
413
414 ## 3.2.1
415 * Fixed default `yum_repo` key in `php::repo::redhat`
416 * On Ubuntu precise we now use the ondrej/php5-oldstable ppa. This can be
417 manually enabled with by setting `$php::repo::ubuntu::oldstable` to
418 `true`.
419 * `$php::ensure` now defaults to `present` instead of `latest`. Though,
420 strictly speaking, this represents a functional change, we consider this
421 to be a bugfix because automatic updates should be enabled explicitely.
422 * `$php::ensure` is not anymore passed to `php::extension` resources as
423 default ensure parameter because this doesn't make sense.
424
425 ## 3.2.0
426 * Support for FreeBSD added by Frank Wall
427 * RedHat now uses remi-php56 yum repo by default
428 * The resource `php::fpm::pool` is now public, you can use it in your
429 manifests without using `$php::fpm::pools`
430 * We now have autogenerated documentation using `puppetlabs/strings`
431
432 ## 3.1.0
433 * New parameter `pool_purge` for `php::extension` to remove files not
434 managed by puppet from the pool directory.
435 * The `pecl_source` parameter for `php::extension` was renamend to
436 `source` because it is also useful for PEAR extensions.
437 `pecl_source` can still be used but is deprecated and will be
438 removed in the next major release.
439 * Parameters referring to time in `php::fpm::config` can now be
440 specified with units (i.e. `'60s'`, `'1d'`):
441 * `emergency_restart_threshold`
442 * `emergency_restart_interval`
443 * `process_control_timeout`
444 * The PEAR version is not independant of `$php::ensure` and can be
445 configured with `$php::pear_ensure`
446 * Give special thanks to the contributors of this release:
447 * Petr Sedlacek
448 * Sherlan Moriah
449
450 ## 3.0.1
451 * Fix typo in package suffix for php-fpm on RHEL in params.pp
452
453 ## 3.0.0
454 * Removes `$php::fpm::pool::error_log`. Use the `php_admin_flag` and
455 `php_admin_value` parameters to set the php settings `log_errors` and
456 `error_log` instead.
457 * Removes support for PHP 5.3 on Debian-based systems. See the notes in the
458 README for more information.
459 * Removes the `php_version` fact which had only worked on the later puppet runs.
460 * Moves CLI-package handling to `php::packages`
461 * Allows changing the package prefix via `php::package_prefix`.
462 * Moves FPM-package handling from `php::fpm::package` to `php::fpm`
463 * Changes `php::packages`, so that `php::packages::packages` becomes
464 `php::packages::names` and are installed and `php::packages::names_to_prefix`
465 are installed prefixed by `php::package_prefix`.
466 * PHPUnit is now installed as phar in the same way composer is installed,
467 causing all parameters to change
468 * The `php::extension` resource has a new parameter: `zend`. If set to true,
469 exenstions that were installed with pecl are loaded with `zend_extension`.
470
471 ## 2.0.4
472 * Style fixes all over the place
473 * Module dependencies are now bound to the current major version
474
475 ## 2.0.3
476 * Some issues & bugs with extensions were fixed
477 * If you set the `provider` parameter of an extension to `"none"`, no
478 extension packages will be installed
479 * The EPEL yum repo has been added for RedHat systems
480
481 ## 2.0.2
482 * Adds support for `header_packages` on all extensions
483 * Adds `install_options` to pear package provider
484
485 ## 2.0.1
486 * This is a pure bug fix release
487 * Fix for CVE 2014-0185 (https://bugs.php.net/bug.php?id=67060)
488
489 ## 2.0.0
490 * Remove augeas and switch to puppetlabs/inifile for configs
491 * Old: `settings => [‘set PHP/short_open_tag On‘]`
492 * New: `settings => {‘PHP/short_open_tag’ => ‘On‘}`
493 * Settings parmeter cleanups
494 * The parameter `config` of `php::extension` resources is now called `settings`
495 * The parameters `user` and `group` of `php::fpm` have been moved to `php::fpm::config`
496 * New parameter `php::settings` for global settings (i.e. CLI & FPM)
497 * New parameter `php::cli` to disable CLI if supported
498
499 ## 1.1.2
500 * SLES: PHP 5.5 will now be installed
501 * Pecl extensions now autoload the .so based on $name instead of $title
502
503 ## 1.1.1
504 * some nasty bugs with the pecl php::extension provider were fixed
505 * php::extension now has a new pecl_source parameter for specifying custom
506 source channels for the pecl provider
507
508 ## 1.1.0
509 * add phpunit to main class
510 * fix variable access for augeas
511
512 ## 1.0.2
513 * use correct suse apache service name
514 * fix anchoring of augeas
515
516 ## 1.0.1
517 * fixes #9 undefined pool_base_dir
518
519 ## 1.0.0
520 Initial release
521
522 [4.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v4.0.0...v4.1.0
523 [4.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v3.4.2...v4.0.0
524
525
526 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*