Skip to content

Commit cb68e47

Browse files
committed
Fix "VCRUNTIME140.dll 14.22 is not compatible with this PHP build"
1 parent ec67328 commit cb68e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ init:
1414
install:
1515
- if exist .\xp (set CACHED=1) else (mkdir .\xp)
1616
- if %CACHED%==0 cd .\xp
17-
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.4.3-nts-Win32-vs17-x64.zip
17+
- if %CACHED%==0 curl -fsS -o php.zip https://windows.php.net/downloads/releases/archives/php-8.3.16-nts-Win32-vs16-x64.zip
1818
- if %CACHED%==0 appveyor DownloadFile https://getcomposer.org/composer.phar
19-
- if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_9.1.0.zip -FileName xp.zip
19+
- if %CACHED%==0 appveyor DownloadFile https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/z/zip/xp-runners_8.8.0.zip -FileName xp.zip
2020
- if %CACHED%==0 7z x php.zip -y
2121
- if %CACHED%==0 7z x xp.zip -y
2222
- if %CACHED%==0 echo extension_dir=%cd%\ext >> php.ini

0 commit comments

Comments
 (0)