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?
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
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