Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.16 KB

Changelog

2.0.1

2.0.0

  • Remove augeas and switch to puppetlabs/inifile for configs
    • Old: settings => [‘set PHP/short_open_tag On‘]
    • New: settings => {‘PHP/short_open_tag’ => ‘On‘}
  • Settings parmeter cleanups
    • The parameter config of php::extension resources is now called settings
    • The parameters user and group of php::fpm have been moved to php::fpm::config
    • New parameter php::settings for global settings (i.e. CLI & FPM)
  • New parameter php::cli to disable CLI if supported

1.1.2

  • SLES: PHP 5.5 will now be installed
  • Pecl extensions now autoload the .so based on $name instead of $title

1.1.1

  • some nasty bugs with the pecl php::extension provider were fixed
  • php::extension now has a new pecl_source parameter for specifying custom source channels for the pecl provider

1.1.0

  • add phpunit to main class
  • fix variable access for augeas

1.0.2

  • use correct suse apache service name
  • fix anchoring of augeas

1.0.1

  • fixes #9 undefined pool_base_dir

1.0.0

Initial release