This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Releases: boxen/puppet-php
Releases · boxen/puppet-php
2.0.1
2.0.0
Rewrite of the PHP module by @sambauers to bring it up to date, and more in line with other Boxen modules.
- Use Hiera for configs
- Allow configure params on PHP builds
- Add PThreads extension
- Update cardboard to 2.1.0 and update tests
- Add support for PHP 5.6+
- Add insecure PHP version warnings
- Make Composer version configurable
- Remove version specific PHP classes allowing arbitrary PHP versions
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0: PHP 5.5!
- Adds PHP 5.5 support! This requires a later version of Bison to compile, which is installed as a sandboxed package.
- Adds additional minor versions of PHP for 5.3 and 5.4
Additional fixes:
- Use
ensure_packages
from the stdlib to improve module compatibility (thanks @jameydeorio) - Fixes specs, and added Github API token to travis so builds actually work again