Skip to content

Commit

Permalink
GOing back to pre-packaged verion of php and making sure it runs x86
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 20, 2014
1 parent 581a590 commit 555c488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
@@ -1,5 +1,6 @@
build: false
shallow_clone: true
platform: 'x86'
environment:
global:
db_class: 'Cake\Database\Driver\SqlServer'
Expand All @@ -15,7 +16,8 @@ init:
- SET PATH=C:\php\;%PATH%
install:
- cd c:\
- cinst php
- ps: Start-FileDownload 'http://robmorgan.s3.amazonaws.com/php55/php-5.5.7-nts-Win32-VC11-x86.zip'
- 7z x php-5.5.7-nts-Win32-VC11-x86.zip -oc:\php
- cd c:\php
- copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini
Expand Down

0 comments on commit 555c488

Please sign in to comment.