File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ install:
21
21
- IF %PHP%==1 appveyor DownloadFile https://curl.haxx.se/ca/cacert.pem
22
22
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip
23
23
- IF %PHP%==1 7z x php-5.3.3-nts-Win32-VC9-x86.zip -y >nul
24
- - IF %PHP%==1 appveyor DownloadFile http ://nebm.ist.utl.pt/~glopes/misc/intl_win /ICU-51.2-dlls.zip
24
+ - IF %PHP%==1 appveyor DownloadFile https ://raw.githubusercontent.com/symfony/binary-utils/master /ICU-51.2-dlls.zip
25
25
- IF %PHP%==1 7z x ICU-51.2-dlls.zip -y >nul
26
26
- IF %PHP%==1 del /Q *.zip
27
27
- IF %PHP%==1 cd ext
28
- - IF %PHP%==1 appveyor DownloadFile http ://nebm.ist.utl.pt/~glopes/misc/intl_win /php_intl-3.0.0-5.3-nts-vc9-x86.zip
28
+ - IF %PHP%==1 appveyor DownloadFile https ://raw.githubusercontent.com/symfony/binary-utils/master /php_intl-3.0.0-5.3-nts-vc9-x86.zip
29
29
- IF %PHP%==1 7z x php_intl-3.0.0-5.3-nts-vc9-x86.zip -y >nul
30
30
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/apcu/4.0.10/php_apcu-4.0.10-5.3-nts-vc9-x86.zip
31
31
- IF %PHP%==1 7z x php_apcu-4.0.10-5.3-nts-vc9-x86.zip -y >nul
You can’t perform that action at this time.
0 commit comments