From d031e8389e27062feb62ce1b6453fb40f533b228 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Thu, 14 Sep 2000 21:34:06 +0000 Subject: [PATCH] Added note about debugger not existing in PHP4 code, only on PHP3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32704 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/debugger.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appendices/debugger.xml b/appendices/debugger.xml index 652212b840..2b0343bdaa 100644 --- a/appendices/debugger.xml +++ b/appendices/debugger.xml @@ -42,6 +42,12 @@ socket, even if you them turned off with error_reporting. + + + The code for the debugger has not been ported to PHP4, at the + present time only PHP3 supports the debugger code. + +