From a773d867abdc88e20399a16b0ebcfcec764f7898 Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Sun, 23 Aug 2026 12:44:51 +0200 Subject: [PATCH] remove XDebug mentions --- docs/getting-started/configuration.md | 2 +- docs/getting-started/introduction.md | 2 +- docs/reference/debug-protocol.md | 2 +- src/components/HomeFeatureStrip/index.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index efa83e0..2409430 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -2,7 +2,7 @@ title: Configuration --- -PHP Debugger is configured through `php.ini` directives. Because it is a fork of Xdebug, most settings will look familiar — with the `php_debugger.` prefix. +PHP Debugger is configured through `php.ini` directives, all carrying the `php_debugger.` prefix. If you have set up step debugging for PHP before, most settings will look familiar. ## Common settings diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 5979fc0..77a4c5b 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -2,7 +2,7 @@ title: Introduction --- -PHP Debugger is a modern debugging extension for PHP that focuses exclusively on step debugging functionality. Built as a fork of Xdebug, it removes profiling, coverage, and tracing features to achieve near-zero overhead when debugging is not active. This makes it ideal for development environments where you want debugging capabilities without impacting performance during regular development work. +PHP Debugger is a modern debugging extension for PHP that focuses exclusively on step debugging functionality. It leaves out profiling, coverage, and tracing entirely to achieve near-zero overhead when debugging is not active. This makes it ideal for development environments where you want debugging capabilities without impacting performance during regular development work. ## Key Features diff --git a/docs/reference/debug-protocol.md b/docs/reference/debug-protocol.md index f88585b..1a784bb 100644 --- a/docs/reference/debug-protocol.md +++ b/docs/reference/debug-protocol.md @@ -2,7 +2,7 @@ title: Debug Protocol --- -PHP Debugger speaks the DBGp protocol, making it compatible with any IDE or tool that supports Xdebug. +PHP Debugger speaks the DBGp protocol, making it compatible with any IDE or tool that speaks DBGp. :::note This page is a work in progress — full documentation is coming soon. diff --git a/src/components/HomeFeatureStrip/index.js b/src/components/HomeFeatureStrip/index.js index e1f4b43..5f7bd77 100644 --- a/src/components/HomeFeatureStrip/index.js +++ b/src/components/HomeFeatureStrip/index.js @@ -44,7 +44,7 @@ const features = [ }, { title: 'Zero Dependencies', - text: 'No Xdebug required. Pure PHP implementation.', + text: 'A single Zend extension. Nothing else to install.', icon: (