Thanks to visit codestin.com Credit goes to github.com
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 82ed1be commit c6e5830Copy full SHA for c6e5830
appveyor.yml
@@ -22,8 +22,8 @@ init:
22
install:
23
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
24
- cd c:\php
25
- - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip
26
- - IF %PHP%==1 7z x php-5.3.3-nts-Win32-VC9-x86.zip -y > 7z.log
+ - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.9-nts-Win32-VC9-x86.zip
+ - IF %PHP%==1 7z x php-5.3.9-nts-Win32-VC9-x86.zip -y > 7z.log
27
- IF %PHP%==1 appveyor DownloadFile http://nebm.ist.utl.pt/~glopes/misc/intl_win/ICU-51.2-dlls.zip
28
- IF %PHP%==1 7z x ICU-51.2-dlls.zip -y > 7z.log
29
- IF %PHP%==1 cd ext
0 commit comments