Skip to content

Commit

Permalink
Added note about Xdebug being incompatible with Blackfire
Browse files Browse the repository at this point in the history
  • Loading branch information
wireblue committed Mar 19, 2024
1 parent 8d40878 commit 3896f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/xdebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

XDebug is available for all versions of PHP, but it's disabled by default as it makes everything run much slower.

> Note: As of March 2024, XDebug seems to be incompatible with Blackfire and causes segmentation faults. If you need XDdebug, you'll need to disable Blackfire (or vice versa). Just append `.DISABLE` to the extension's .ini filename and restart the PHP-FPM container.

## How it works

Expand Down

0 comments on commit 3896f6e

Please sign in to comment.