Skip to content

Commit

Permalink
Changed to mysqlnd and rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Hare committed Jan 3, 2016
1 parent 304c3e5 commit c3b5ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vagrant_local:

php:
install: '1'
packages: ['php70-php-cli', 'php70-php-common', 'php70-php-opcache', 'php70-php-fpm', 'php70-php-mysql', 'php70-php-pdo', 'php70-php-mcrypt', 'php70-php-intl', 'php70-php-devel']
packages: ['php70-php-cli', 'php70-php-common', 'php70-php-opcache', 'php70-php-fpm', 'php70-php-mysqlnd', 'php70-php-pdo', 'php70-php-mcrypt', 'php70-php-intl', 'php70-php-devel','php70-php-xml']

app:
env: development
Expand Down

0 comments on commit c3b5ebc

Please sign in to comment.