Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6e5830

Browse files
committed
bumped minimal version in appveyor to 5.3.9
1 parent 82ed1be commit c6e5830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ init:
2222
install:
2323
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
2424
- 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
25+
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.9-nts-Win32-VC9-x86.zip
26+
- IF %PHP%==1 7z x php-5.3.9-nts-Win32-VC9-x86.zip -y > 7z.log
2727
- IF %PHP%==1 appveyor DownloadFile http://nebm.ist.utl.pt/~glopes/misc/intl_win/ICU-51.2-dlls.zip
2828
- IF %PHP%==1 7z x ICU-51.2-dlls.zip -y > 7z.log
2929
- IF %PHP%==1 cd ext

0 commit comments

Comments
 (0)