Skip to content

Commit

Permalink
🚧 Install APCu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Feb 19, 2017
1 parent ce1f8da commit 08e06ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Expand Up @@ -22,6 +22,13 @@ install:
- appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.5.9-nts-Win32-VC11-x86.zip
- 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul
- del /Q *.zip
- cd ext
- appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/apcu/4.0.10/php_apcu-4.0.10-5.5-nts-vc11-x86.zip
- 7z x php_apcu-4.0.10-5.5-nts-vc11-x86.zip -y >nul
- appveyor DownloadFile http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/php_memcache-3.0.8-5.5-nts-vc11-x86.zip
- 7z x php_memcache-3.0.8-5.5-nts-vc11-x86.zip -y >nul
- del /Q *.zip
- cd ..
- copy /Y php.ini-development php.ini
- echo max_execution_time=600 >> php.ini
- echo date.timezone="UTC" >> php.ini
Expand Down

0 comments on commit 08e06ef

Please sign in to comment.