Commit 1d34f04
committed
Fix loading Xdebug on restart
Prevent dockerentrypoint from demanding PHP of reloading the Xdebug
extension as often as the container was (re-)started.
This prevents PHP from throwing a warning when it gets instructed to
load the Xdebug extensions multiple times.1 parent 81ba1ea commit 1d34f04
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | | - | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
0 commit comments