zz-docker-shinsenter-php.ini instead of /usr/local/etc/php/php.ini #401
Replies: 1 comment
-
|
The images in this repository are built daily, whenever there's any update in the base images. So even with the same tag, the container's contents may have already changed. Also, the config file you mentioned is generated automatically every time the container starts, replacing the default If you want a stable image (tagged by build date), you can find it here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Been using the image and tag php-fpm-8.2 since a year ago, and this config:
on server from back then, this php ini file is loaded:
so I can In this case add a custom extension (ioncube loader) and edit file from the hostos.
but on a new image (same tag), this
/usr/local/etc/php/php.iniis no longer loaded for php-fpm, instead shows path:Content of the file says: ; Generated at 2025-11-30 08:30:01
I don't have this file 'zz-docker-shinsenter-php.ini' on the server from ~January so Im confused by the change here. Is it documented somewhere?
Beta Was this translation helpful? Give feedback.
All reactions