Commit bc1017f
committed
Fix: Eliminate duplicate max_nesting_level in xdebug.ini
Move max_nesting_level default (512) from hardcoded value in generateXdebugIni
to the config defaults in normalizeXdebugConfig, allowing clean user overrides
without duplicate ini entries.1 parent 18cef14 commit bc1017f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments