Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Include MongoDB extension (Issue neard/neard#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 12, 2017
1 parent 9effca5 commit 8f77424
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,55 @@
# Changelog

## r12 (2017/03/05)
## r14 (2017/03/12)

* Include MongoDB extension (Issue crazy-max/neard#166)

## r13 (2017/03/05)

* New bundles : 5.6.30, 7.0.16, 7.1.2 (Issue crazy-max/neard#226)
* Refactor modules build process (Issue crazy-max/neard#216)

## r12 (2017/01/10)

* New bundles : 5.6.29, 7.0.14 (Issue #203)
* New bundles : 5.6.29, 7.0.14 (Issue crazy-max/neard#203)

## r11 (2016/12/15)

* New bundle : 7.1.0 (Issue #178)
* Move custom PHP extensions to a distinct folder (Issue #188)
* Upgrade Imagick extension (Issue #187)
* New bundle : 7.1.0 (Issue crazy-max/neard#178)
* Move custom PHP extensions to a distinct folder (Issue crazy-max/neard#188)
* Upgrade Imagick extension (Issue crazy-max/neard#187)

## r10 (2016/11/29)

* New bundles : 5.6.28, 7.0.13
* Misconfiguration on PHP 7.0.11
* New bundles : 5.6.28, 7.0.13 (Issue crazy-max/neard#174)
* Misconfiguration on PHP 7.0.11 (Issue crazy-max/neard#175)

## r9 (2016/10/06)

* New bundles : 5.5.37, 5.5.38, 5.6.23, 5.6.26, 7.0.8, 7.0.11
* New bundles : 5.5.37, 5.5.38, 5.6.23, 5.6.26, 7.0.8, 7.0.11 (Issue crazy-max/neard#119)
* Add Memcache extension
* Enable php_pdo_pgsql and php_pgsql extensions (required by PostgreSQL)

## r8 (2016/06/20)

* New bundles : 5.5.36, 5.6.22, 7.0.7
* New bundles : 5.5.36, 5.6.22, 7.0.7 (Issue crazy-max/neard#119)
* Forgot .nrd file in 7.0.6

## r7 (2016/05/05)

* New bundles : 5.5.35, 5.6.21, 7.0.6
* New bundles : 5.5.35, 5.6.21, 7.0.6 (Issue crazy-max/neard#119)
* Bug with APC extension on PHP 5.3 and 5.4

## r6 (2016/04/18)

* New bundles : 5.5.34, 5.6.20, 7.0.5
* New bundles : 5.5.34, 5.6.20, 7.0.5 (Issue crazy-max/neard#119)
* Imagick unecessary for 5.2.17

## r5 (2016/02/09)

* New bundles : 5.5.32, 5.6.18, 7.0.3
* Bug in neard.conf for 5.6.17 and 7.0.2 (Issue #110)
* Missing Xdebug dll in PHP 5.5.31 bundle (Issue #111)
* Bug in neard.conf for 5.6.17 and 7.0.2 (Issue crazy-max/neard#110)
* Missing Xdebug dll in PHP 5.5.31 bundle (Issue crazy-max/neard#111)

## r4 (2016/01/28)

Expand All @@ -64,7 +68,7 @@
* New bundle : 5.4.45, 5.5.30, 5.6.16
* Adding pear-install batch and default go-pear.phar
* Completely review PEAR integration
* PEAR does not work on PHP 5.2.17 (Issue #102)
* PEAR does not work on PHP 5.2.17 (Issue crazy-max/neard#102)

## r1 (2015/12/07)

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = php
bundle.release = r13
bundle.release = r14
bundle.type = bins
bundle.format = 7z

Expand Down

0 comments on commit 8f77424

Please sign in to comment.