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 a8d3c0a commit e066c3eCopy full SHA for e066c3e
.appveyor.yml
@@ -21,7 +21,7 @@ install:
21
- 7z x php-7.2.5-Win32-VC15-x86.zip -y >nul
22
- cd ext
23
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.19-7.2-ts-vc15-x86.zip
24
- - 7z x php_apcu-5.1.18-7.2-ts-vc15-x86.zip -y >nul
+ - 7z x php_apcu-5.1.19-7.2-ts-vc15-x86.zip -y >nul
25
- cd ..
26
- copy /Y php.ini-development php.ini-min
27
- echo memory_limit=-1 >> php.ini-min
0 commit comments