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;.