Skip to content

Commit

Permalink
CHANGELOG.md: Include zend parameter for php:;extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 9, 2015
1 parent 6db6453 commit 918be58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 918be58

Please sign in to comment.