From 26bc4474fe77ae23052421175160b71e70e3ff2e Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 1 Feb 2002 18:00:25 +0000 Subject: [PATCH] Adding PHP 4 debugging links to debugger.xml and global.ent Also removed PHP 3 from appendix title, as we have at least a paragraph for PHP 4 users too. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69215 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/debugger.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/appendices/debugger.xml b/appendices/debugger.xml index 9b2cff11bd..d6b2301226 100644 --- a/appendices/debugger.xml +++ b/appendices/debugger.xml @@ -1,7 +1,7 @@ - + - Debugging PHP 3 + Debugging PHP About the debugger @@ -9,7 +9,11 @@ PHP 3 includes support for a network-based debugger. - PHP 4 does not yet have a similar debugging facility. + PHP 4 does not have an internal debugging facility. + You can use one of the external debuggers though. The + Zend IDE includes + a debugger, and there is also a free debugger extension + named DBG at &url.dbg;.