We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdef4bf + 3218191 commit 010c8b7Copy full SHA for 010c8b7
appveyor.yml
@@ -33,7 +33,7 @@ init:
33
## Install PHP and composer, and run the appropriate composer command
34
install:
35
- IF EXIST c:\tools\php (SET PHP=0)
36
- - ps: appveyor-retry cinst -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
+ - ps: appveyor-retry cinst -y php --ignore-checksums --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
37
- cd c:\tools\php
38
- IF %PHP%==1 copy php.ini-production php.ini /Y
39
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini
0 commit comments