From 918be5883eddea993e44572db1a582cd182129ea Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 9 Jan 2015 18:42:48 +0100 Subject: [PATCH] CHANGELOG.md: Include zend parameter for php:;extension --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d963c0ee..1f337208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,10 @@ * Changes `php::packages`, so that `php::packages::packages` becomes `php::packages::names` and are installed and `php::packages::names_to_prefix` are installed prefixed by `php::package_prefix`. - * PHPUnit is now installed as phar in the same way composer is installed, causing all - parameters to change + * 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 with `zend_extension`. ## 2.0.4 * Style fixes all over the place