Skip to content

Commit

Permalink
Merge pull request #50 from palantirnet/re-add-dropped-php-packages
Browse files Browse the repository at this point in the history
Re-add dropped PHP modules
  • Loading branch information
becw authored Nov 17, 2016
2 parents b2ab3fc + 668d181 commit 368e2e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions drupalbox/CHANGELOG-0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [0.2.3] - 2016-11-17

### Fixed

- Added missing PHP modules that were part of the previous `php-common` package:
- `php5.6-bcmath`
- `php5.6-bz2`
- `php5.6-dba`
- `php5.6-soap`
- `php5.6-xml`
- `php5.6-zip`

## [0.2.2] - 2016-11-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion drupalbox/ubuntu1404.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"iso_name": "ubuntu-14.04.4-server-amd64.iso",
"iso_path": "iso",
"iso_url": "http://releases.ubuntu.com/14.04/ubuntu-14.04.4-server-amd64.iso",
"version": "0.2.2"
"version": "0.2.3"
}
5 changes: 5 additions & 0 deletions provisioning/roles/php5/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ php5_modules:
- php5.6-sqlite3
- php5.6-memcached
- php5.6-mbstring
- php5.6-bcmath
- php5.6-bz2
- php5.6-dba
- php5.6-soap
- php5.6-xml
- php5.6-zip

php5_modules_enable:
- mcrypt
Expand Down

0 comments on commit 368e2e3

Please sign in to comment.