8000
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 2e567f1 commit 9ce61e1Copy full SHA for 9ce61e1
.appveyor.yml
@@ -20,8 +20,8 @@ install:
20
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x86.zip
21
- 7z x php-7.1.3-Win32-VC14-x86.zip -y >nul
22
- cd ext
23
- - appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.8-7.1-ts-vc14-x86.zip
24
- - 7z x php_apcu-5.1.8-7.1-ts-vc14-x86.zip -y >nul
+ - appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.18-7.1-ts-vc14-x86.zip
+ - 7z x php_apcu-5.1.18-7.1-ts-vc14-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