diff --git a/appendices/debugger.xml b/appendices/debugger.xml index 4ce44eb126..9fbefc603a 100644 --- a/appendices/debugger.xml +++ b/appendices/debugger.xml @@ -1,5 +1,5 @@ - + The PHP Debugger @@ -19,7 +19,7 @@ The internal debugger in PHP 3 is useful for tracking down evasive bugs. The debugger works by connecting to a - TCP port for every time PHP starts up. + TCP port for every time PHP 3 starts up. All error messages from that request will be sent to this TCP connection. This information is intended for "debugging server" that can run inside an @@ -109,7 +109,7 @@ PID (process id) on host of the - process with the PHP script that generated this error. + process with the PHP 3 script that generated this error. @@ -200,7 +200,7 @@ Debugger - PHP Internal + PHP 3 Internal