forked from thias/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
38 lines (28 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* Use @varname syntax in fpm templates too.
2013-06-13 - 0.3.2
* Add phar.readonly php.ini option support.
* Use undef for parameter defaults when not being used in php.ini.
* Remove the commented out defaults in php.ini for parameters being set.
2013-05-30 - 0.3.1
* Update mod_php support to also work with Debian OS family.
2013-05-30 - 0.3.0
* Add support for Debian OS family (Scott Lewis).
2013-04-19 - 0.2.5
* Stop ugly group/mode thing for php-fpm log, use $log_dir_mode instead.
* Use @varname syntax in templates to silence puppet 3.2 warnings.
2013-03-06 - 0.2.4
* Minor clean ups.
* Make /var/log/php-fpm group read-only when group is different from owner.
2012-12-18 - 0.2.3
* Add support for zend extensions.
2012-09-19 - 0.2.2
* Fix session_auto_start in the php.ini template.
* Fix ASP-style tags being processed as ERB in the php.ini template.
* Allow passing a file path for each fpm pool error_log.
* Add php_value/php_flag and php_admin_value/php_admin_flag in fpm pools.
2012-04-26 - 0.2.1
* Force sorting of module ini option hash to fix template with puppet 2.7+.
2012-04-26 - 0.2.0
* Clean up the module to match current puppetlabs guidelines.
* Fix all broken smoke tests.
* Major documentation update, adding more useful examples.