docker-apache-php icon indicating copy to clipboard operation
docker-apache-php copied to clipboard

Debian 10 Buster based Apache 2.4 and PHP 7.4/7.3/7.2/7.1/7.0/5.6

Results 3 docker-apache-php issues
Sort by recently updated
recently updated
newest added

https://github.com/kjdev/php-ext-brotli or use sury repo.

To use the new separate backward compatibility extension, you must load apcu.so first, then apc.so. ``` extension=apcu.so extension=apc.so apc.enabled=1 apc.shm_size=256M apc.ttl=7200 apc.enable_cli=1 apc.gc_ttl=3600 apc.entries_hint=4096 apc.slam_defense=1 apc.serializer=php ``` See: https://github.com/krakjoe/apcu/issues/137#issuecomment-150760383

bug

* https://www.drupal.org/node/2843489 * https://hub.docker.com/u/drupalci/ * https://www.drupal.org/project/drupalci_testbot * https://www.drupal.org/node/2487065

enhancement