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

Add FrankenPHP support - Update Dockerfile

Open sneycampos opened this issue 1 year ago • 4 comments

  • set ENV SERVER_NAME=:8080 so frankenphp can run in 8080 port
  • using frankenphp base install-php-extensions script to install php extensions (and system dependencies?)
  • removed usage of docker-php-serversideup-dep-install-debian since all dependencies are installed by frankenphp install-php-extensions

sneycampos avatar Jun 28 '24 10:06 sneycampos

@jaydrogers Should we remove capabilities from Frankenphp since its running in a non privileged port?

sneycampos avatar Jun 28 '24 11:06 sneycampos

It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)

DarkGhostHunter avatar Jul 08 '24 06:07 DarkGhostHunter

It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)

FrankenPHP does not support PHP 8.1 and won't: #637

sneycampos avatar Jul 08 '24 09:07 sneycampos

Thanks for the correction. Should be 8.2.

DarkGhostHunter avatar Jul 08 '24 17:07 DarkGhostHunter