Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

2.6.0

Compare
Choose a tag to compare
@christianc1 christianc1 released this 18 Dec 21:45
· 532 commits to master since this release
  • All new containers based on CentOS 7 for PHP 5.6 through 7.1 and CentOS 8 for PHP 7.2 through 7.4
  • Adds support for PHP 7.4.
  • Enable/Disable Xdebug using ENV var in the docker-compose.yml file. Disabling Xdebug improves performance significantly on some systems.
  • Additional tools installed including git, composer, telnet, nc and more.
    opcache configured with optimal settings for development.
  • php-fpm now runs as www-data on macOS and Windows hosts or as the user who created the project on Linux. This is to ensure permissions are correct.
  • Upgrade to Elasticsearch 5.6.16.
  • Limit MySQL to 1GB of memory, configure for 1GB memory limit.
  • Limit Elasticsearch to 1GB of memory, configure for 1GB of memory.
  • Improved image update handling.
  • Brings in #60 resolving shell escaping issues
  • Brings in #63 resolving issues pulling the phpmemcachedadmin utility