Open Thijmen opened 1 month ago
By the way, running php-envvars
does show it correctly:
PHP_SESSION_SAVE_PATH='tcp://some-secret-value:6379?auth=someauth'
@Thijmen
Thank you for the feedback regarding this issue.
I'm not sure if I can test and fix it soon, but I'd like you to try setting the environment variable ALLOW_RUNTIME_PHP_ENVVARS=1
for your container to see if it might temporarily resolve the issue for you.
Best regards
Indeed, it looks like that works for now! Thanks
I am glad hearing it’s working
Hi there,
After not having to build an image with
shinsenter/php:8.2-fpm-apache
, I built one today and resulted in the following error when running PHP;The file looks like this:
Seems to be related to this file: https://github.com/shinsenter/php/blob/main/src/php/common/shell-php/php-envvars#L44C18-L44C25
It looks like it seems not to be that happy with the double
=
on like withsession.save_path
. What is a better way to handle this?