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.
1 parent 9da2826 commit b6e10e7Copy full SHA for b6e10e7
appveyor.yml
@@ -28,7 +28,7 @@ init:
28
## Install PHP and composer, and run the appropriate composer command
29
install:
30
- IF EXIST c:\tools\php (SET PHP=0)
31
- - 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|]','')
32
- cd c:\tools\php
33
- IF %PHP%==1 copy php.ini-production php.ini /Y
34
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini
0 commit comments