From 3cf34c1d63c7903989aefc9af72dec697e17b2e2 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Mon, 22 Jan 2001 01:34:53 +0000 Subject: [PATCH] add note that debugger is available in php 3 only, right now git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39947 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/debugger.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appendices/debugger.xml b/appendices/debugger.xml index e747bd8ca3..a487c1faf5 100644 --- a/appendices/debugger.xml +++ b/appendices/debugger.xml @@ -1,6 +1,16 @@ The PHP Debugger + + About the debugger + + PHP 3 includes support for a network-based debugger. + + + PHP 4 does not yet have a similar debugging facility. + + + Using the Debugger