You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure proper Xdebug activation by mounting php.ini with higher priority
Modifies the volume mount point for the PHP configuration file to use a
numbered prefix (99-custom.ini) in the target path. This change ensures that
our custom PHP configuration is loaded last in the alphabetical processing
order of PHP's configuration files, giving it precedence over any automatically
generated configuration files. This fix resolves the issue where Xdebug was
being installed but not properly activated in the PHP environment, as our
custom settings now take priority over any conflicting defaults. This approach
follows standard practice in PHP configuration management for controlling
loading order priorities.
0 commit comments