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

This docker image is available as exozet/php-fpm on hub.docker.com

Results 12 docker-php-fpm issues
Sort by recently updated
recently updated
newest added

![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/6358755/199211679-1be03b23-772a-405a-ab15-5f7658ee035f.png) add the support for platform `linux/arm64`

See https://github.com/exozet/docker-php-fpm/wiki/Draft-for-new-Structure for more information - feel free to edit (adjust) or comment here. @OskarStark @niepi @hoffigk @moritzwachter

right now our images look like this: exozet/php-fpm:8.1.3-sudo. it would be good to also have exozet/php-nginx-unit:8.1.3-sudo with all our extensions but https://unit.nginx.org/ service the files. this could make it possible...

See https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host for reference: php -i shows currently: ``` Xdebug: [Config] The setting 'xdebug.default_enable' has been renamed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.default_enable (See: https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [Config] The setting 'xdebug.profiler_enable'...

Current ``` docker run --rm --entrypoint php exozet/php-fpm:8.0.6-sudo-alpine -- -i > /dev/null ``` returns: ``` PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20200930/imagick (Error loading shared...

I would like to propose switching to xdebug3 on the latest php versions (7.4 and 8) Which options should be exposed as env vars? this is my current dev config...