Skip to content

Commit

Permalink
Adding pdo mysql extension to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 21, 2014
1 parent a7091a5 commit 0a488b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -25,6 +25,7 @@ install:
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_sqlsrv.dll >> php.ini
- echo extension=php_pdo_sqlsrv.dll >> php.ini
- echo extension=php_pdo_mysql.dll >> php.ini
- echo extension=php_intl.dll >> php.ini
- echo extension=php_mbstring.dll >> php.ini
- cd C:\projects\cakephp
Expand Down

0 comments on commit 0a488b7

Please sign in to comment.