Re: [PHP-DEV] Environment Variable based PHP Extension loading

2025-09-17 Thread Hans Krentel
On Friday 12 September 2025 22:13:04 (+02:00), Soner Sayakci wrote: > Hey, > > I would like to load PHP extensions by environment variables in a > containerized environment. All existing solutions are moving files in an > entrypoint and this does not work for read-only containers. Why this?

Re: [PHP-DEV] Environment Variable based PHP Extension loading

2025-09-12 Thread Ilija Tovilo
Hi Hans On Fri, Sep 12, 2025 at 11:21 PM Hans Krentel wrote: > > On Friday 12 September 2025 22:13:04 (+02:00), Soner Sayakci wrote: > > > It's already possible to use environment variables in the php.ini like > so: > > > > extension=${PHP_PROFILER} > > > > So it's possible to toggle the ext

[PHP-DEV] Environment Variable based PHP Extension loading

2025-09-12 Thread Soner Sayakci
Hey, I would like to load PHP extensions by environment variables in a containerized environment. All existing solutions are moving files in an entrypoint and this does not work for read-only containers. Why this? Extensions like Blackfire/XDebug/OpenTelemetry/Tideways do not like each to run at t