Skip to content

Commit d254968

Browse files
committed
appveyor: use x64 PHP
1 parent 3f35235 commit d254968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
# Install PHP
2222
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
2323
- IF %PHP%==1 cd c:\php
24-
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip --output php.zip
24+
- IF %PHP%==1 curl https://windows.php.net/downloads/releases/archives/php-7.1.5-Win32-VC14-x64.zip --output php.zip
2525
- IF %PHP%==1 7z x php.zip >nul
2626
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2727
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini

0 commit comments

Comments
 (0)