Commit 10ee92c
committed
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.1 parent 067c15b commit 10ee92c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments