Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Releases: boxen/puppet-php

2.0.1

04 Jun 10:11
Compare
Choose a tag to compare
  • Composer updated to 1.0.0-alpha10 (@alexmace)
  • Add pspell extension (@alexmace)
  • Fix bug in php_require and php_fpm_require functions (@sambauers)

2.0.0

27 Apr 18:23
Compare
Choose a tag to compare

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

07 Nov 16:12
Compare
Choose a tag to compare

Fix autoconf 2.13 sandboxing

1.2.5

02 Aug 00:19
Compare
Choose a tag to compare
  • Sandbox autoconf213 to fix some installation conflicts
  • Set the PECL provider to default on darwin for PHP extensions (this can be overridden)
  • Increase pm.max_children to 10 for PHP-FPM pools (thanks @gblair!)

1.2.4

26 Jun 20:32
Compare
Choose a tag to compare
  • Fixes compilation of PHP versions > 5.4.17 (thanks @webflo!) due to a break in Bison compatibility.

1.2.3

02 Jun 23:31
Compare
Choose a tag to compare

Extensions and new versions:

1.2.2

01 Jun 22:52
Compare
Choose a tag to compare
  • Change default .ini settings to increase timeouts, memory limits etc. (#39)

1.2.1

07 May 18:08
Compare
Choose a tag to compare
  • Bump Composer to latest 1.0.0-alpha8 (@webbj74)

1.2.0: PHP 5.5!

21 Mar 17:09
Compare
Choose a tag to compare
  • 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

1.1.5: General fixes and new extensions

12 Mar 16:43
Compare
Choose a tag to compare
  • Add OAuth extension (@dbtlr)
  • Fix HTTP extension bug including zookeeper (@dbtlr)
  • Add Mongo extension (@eebs)
  • Fix compilation bug caused by Freetype and GD incompatibilities (@eebs!)