From afba6df324784052f5261b3d0998bf61cf952bf5 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 10 Nov 2001 16:34:32 +0000 Subject: [PATCH] More PHP -> PHP 3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61839 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/debugger.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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