|
| 1 | +## 2.0.0 ## |
| 2 | + |
| 3 | +* Use Hiera for configs |
| 4 | +* Allow configure params on PHP builds |
| 5 | +* Add PThreads extension |
| 6 | +* Update cardboard to 2.1.0 and update tests |
| 7 | +* Add support for PHP 5.6+ |
| 8 | +* Add insecure PHP version warnings |
| 9 | +* Make Composer version configurable |
| 10 | +* Remove version specific PHP classes allowing arbitrary PHP versions |
| 11 | + |
| 12 | +## 1.2.6 ## |
| 13 | + |
| 14 | +* Fix autoconf 2.13 sandboxing |
| 15 | + |
| 16 | +## 1.2.5 ## |
| 17 | + |
| 18 | +* Sandbox autoconf213 to fix some installation conflicts |
| 19 | +* Set the PECL provider to default on darwin for PHP extensions (this can be overridden) |
| 20 | +* Increase `pm.max_children` to 10 for PHP-FPM pools (@gblair) |
| 21 | + |
| 22 | +## 1.2.4 ## |
| 23 | + |
| 24 | +* Fixes compilation of PHP versions > 5.4.17 due to a break in Bison compatibility (@webflo!) |
| 25 | + |
| 26 | +## 1.2.3 ## |
| 27 | + |
| 28 | +* Add xhprof extension (@webflo) |
| 29 | +* Add latest versions of PHP 5.4 and 5.5 (@webflo) |
| 30 | + |
| 31 | +## 1.2.2 ## |
| 32 | + |
| 33 | +* Change default .ini settings to increase timeouts, memory limits etc. |
| 34 | + |
| 35 | +## 1.2.1 ## |
| 36 | + |
| 37 | +* Bump Composer to latest 1.0.0-alpha8 (@webbj74) |
| 38 | + |
| 39 | +## 1.2.0 ## |
| 40 | + |
| 41 | +* Adds PHP 5.5 support! This requires a later version of Bison to compile, which is installed as a sandboxed package. |
| 42 | +* Adds additional minor versions of PHP for 5.3 and 5.4 |
| 43 | +* Use ensure_packages from the stdlib to improve module compatibility (thanks @jameydeorio) |
| 44 | +* Fixes specs, and added Github API token to travis so builds actually work again |
| 45 | + |
| 46 | +## 1.1.5 ## |
| 47 | + |
| 48 | +* Add OAuth extension (@dbtlr) |
| 49 | +* Fix HTTP extension bug including zookeeper (@dbtlr) |
| 50 | +* Add Mongo extension (@eebs) |
| 51 | +* Fix compilation bug caused by Freetype and GD incompatibilities (@eebs!) |
| 52 | + |
| 53 | +## 1.1.4 ## |
| 54 | + |
| 55 | +* Add memcache PHP extension (@poppen) |
| 56 | +* Add pdo_pgsql PHP extension (@poppen) |
| 57 | + |
| 58 | +## 1.1.3 ## |
| 59 | + |
| 60 | +* Added support for Composer see the readme for usage. |
| 61 | +* Module now has test specs (hooray!), please run script/cibuild before making a pull request. |
| 62 | +* Fixes to bugs the specs caught |
| 63 | + |
| 64 | +## 1.1.2 ## |
| 65 | + |
| 66 | +* Increase xdebug `max_nesting_level` |
| 67 | + |
1 | 68 | ## 1.1.1 ## |
2 | 69 |
|
3 | 70 | * Remove `libpng` package, add dependency on `libpng` module |
|
0 commit comments