Skip to content

Commit

Permalink
Add missing PHP 5.6 mbstring extension. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
becw authored Nov 14, 2016
1 parent 1c59330 commit dab94a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/roles/php5/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ php5_modules:
- php5.6-mysql
- php5.6-sqlite3
- php5.6-memcached
- php5.6-mbstring

php5_modules_enable:
- mcrypt
Expand Down

0 comments on commit dab94a5

Please sign in to comment.