Skip to content

Commit 46a5772

Browse files
move the xdebug prefix note to an info box at the end
1 parent fcb865c commit 46a5772

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/reference/settings.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: Settings
44

55
Every setting PHP Debugger supports, in alphabetical order.
66

7-
All of them can also be written with an `xdebug.` prefix instead of
8-
`php_debugger.` — the two names share one value. Where both are set explicitly,
9-
`php_debugger.` wins.
10-
117
Each setting says where it can be set:
128

139
- **Anywhere**`php.ini`, a `conf.d` file, per-directory config, or at runtime
@@ -307,3 +303,13 @@ on what you can reach. Also overridable by your editor.
307303
```ini
308304
php_debugger.var_display_max_depth=5
309305
```
306+
307+
:::info[The `xdebug.` prefix also works]
308+
309+
Every setting on this page can also be written with an `xdebug.` prefix instead of
310+
`php_debugger.`. The two names share a single value, so either spelling has the
311+
same effect, and where both are set explicitly `php_debugger.` wins.
312+
313+
This is what lets an existing configuration carry on working untouched.
314+
315+
:::

0 commit comments

Comments
 (0)