Skip to content

Commit

Permalink
use the official 3.2 microsoft driver for SQLServer
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Dec 9, 2015
1 parent 9cbd921 commit 7e49a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install:
- cd c:\ - cd c:\
- appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.5.8-nts-Win32-VC11-x86.zip -FileName php.zip - appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.5.8-nts-Win32-VC11-x86.zip -FileName php.zip
- 7z x php.zip -oc:\php - 7z x php.zip -oc:\php
- appveyor DownloadFile https://dl.dropboxusercontent.com/s/1cdq70jbx8vcf56/sqlsrv_unofficial_3.0.2.2.zip -FileName sqlsrv.zip - appveyor DownloadFile https://dl.dropboxusercontent.com/s/euip490d9183jkr/SQLSRV32.cab -FileName sqlsrv.cab
- 7z x sqlsrv.zip -oc:\php\ext php*_55_nts.dll - 7z x sqlsrv.cab -oc:\php\ext php*_55_nts.dll
- cd c:\php - cd c:\php
- copy php.ini-production php.ini - copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini - echo date.timezone="UTC" >> php.ini
Expand Down

0 comments on commit 7e49a87

Please sign in to comment.