wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
61 stars 79 forks source link

Add the php APCu extension #26

Closed martinfrances107 closed 7 years ago

martinfrances107 commented 7 years ago

I find this project really useful...

Here is my train of thought....I have been looking at way to make my drupal site more performant.

As an alternative to REDIS or MEMCACHE I have been looking at making use of

https://www.drupal.org/project/lcache

That module has a dependency on PHP's APCu extension

Over the weekend I will try and get this working

pprishchepa commented 7 years ago

27 Merged.

csandanov commented 7 years ago

APCu extension has been added (see more at https://github.com/wodby/php/blob/master/7.0/test/php_modules)