forked from thias/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
25 lines (19 loc) · 867 Bytes
/
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
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.