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 6989af6 commit c821ca0Copy full SHA for c821ca0
appveyor.yml
@@ -27,6 +27,7 @@ build_script:
27
SET PHP_ZIP_BASENAME=php-7.1.33-nts-Win32-VC14-x86.zip
28
29
SET PHP_AST_VERSION=0.1.6
30
+
31
SET AST_ZIP_BASENAME=php_ast-%PHP_AST_VERSION%-7.1-nts-vc14-x86.zip
32
33
curl -fsS https://windows.php.net/downloads/releases/archives/%PHP_ZIP_BASENAME% -o %PHP_ZIP_BASENAME% || curl -fsS https://windows.php.net/downloads/releases/%PHP_ZIP_BASENAME% -o %PHP_ZIP_BASENAME%
0 commit comments