Back to Changelog
Panel Backend
v1.0.438
Fixed a confusing error on the PHP Settings page for legacy PHP 5.6-7.4 versions.
Bug Fixes
3- Fixed PHP Settings page showing a raw filesystem error (php.ini / extensions path not found) for legacy PHP 5.6-7.4 versions, which run as Docker shims with their config bundled inside the container image.
- PHP config and extensions endpoints now recognize shim PHP versions and return a clear explanation instead of a not-found error.
- Prevented a silent no-op where saving php.ini for a shim PHP version wrote to a host path the container never reads, making the change appear to succeed while doing nothing.