esmero / archipelago-docker-images

This holds our master docker images used in Archipelago deployment
GNU General Public License v3.0
2 stars 3 forks source link

Update xdebug configs for esmero-php-fpm #46

Open aksm opened 2 years ago

aksm commented 2 years ago

What?

Some xdebug config settings have been replaced (see here) and default ones don't need to be explicitly declared.

As a sub-issue the dev image will be built from the PHP 8 container that has the intl extension (#44) installed and enabled.

As a second sub-issue the name for the config file needs to change so it can be overridden by users deploying the container since the files are loaded in alphanumeric order. Following convention, the file will be named 10-xdebug.ini and the file shipped by deployment will be 20-xdebug.ini.