Releases: voxpupuli/puppet-php
Releases · voxpupuli/puppet-php
3.0.0
- Removes
$php::fpm::pool::error_log
. Use thephp_admin_flag
and
php_admin_value
parameters to set the php settingslog_errors
and
error_log
instead. - Removes support for PHP 5.3 on Debian-based systems. See the notes in the
README for more information. - Removes the
php_version
fact which had only worked on the later puppet runs. - Moves CLI-package handling to
php::packages
- Allows changing the package prefix via
php::package_prefix
. - Moves FPM-package handling from
php::fpm::package
tophp::fpm
- Changes
php::packages
, so thatphp::packages::packages
becomes
php::packages::names
and are installed andphp::packages::names_to_prefix
are installed prefixed byphp::package_prefix
. - PHPUnit is now installed as phar in the same way composer is installed,
causing all parameters to change - The
php::extension
resource has a new parameter:zend
. If set to true,
exenstions that were installed with pecl are loaded withzend_extension
.
2.0.4
2.0.3
Release 2.0.2
- Adds support for
header_packages
on all extensions - Adds
install_options
to pear package provider
2.0.1
- This is a pure bug fix release
- Fix for CVE 2014-0185 (https://bugs.php.net/bug.php?id=67060)