File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ install:
26
26
- IF %PHP%==1 cd ext
27
27
- 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
28
- IF %PHP%==1 7z x php_intl-3.0.0-5.3-nts-vc9-x86.zip -y >nul
29
- - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/apcu/4.0.7 /php_apcu-4.0.7 -5.3-nts-vc9-x86.zip
30
- - IF %PHP%==1 7z x php_apcu-4.0.7 -5.3-nts-vc9-x86.zip -y >nul
29
+ - IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/apcu/4.0.8 /php_apcu-4.0.8 -5.3-nts-vc9-x86.zip
30
+ - IF %PHP%==1 7z x php_apcu-4.0.8 -5.3-nts-vc9-x86.zip -y >nul
31
31
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/php_memcache-3.0.8-5.3-nts-vc9-x86.zip
32
32
- IF %PHP%==1 7z x php_memcache-3.0.8-5.3-nts-vc9-x86.zip -y >nul
33
33
- IF %PHP%==1 del /Q *.zip
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ if (isset($argv[1]) && 'symfony' === $argv[1]) {
164
164
unlink ($ file );
165
165
}
166
166
167
+ // Fail on any individual component failures but ignore STATUS_STACK_BUFFER_OVERRUN (-1073740791) on Windows when APCu is enabled
167
168
if ($ procStatus ) {
168
- $ exit = 1 ;
169
169
echo "\033[41mKO \033[0m $ component \n\n" ;
170
170
} else {
171
171
echo "\033[32mOK \033[0m $ component \n\n" ;
You can’t perform that action at this time.
0 commit comments