[PHP-DOC] cvs: phpdoc /en/appendices debugger.xml From: Jesus M. Castagnetto (jesusmc <email protected>)
Date: 09/14/00

jmcastagnetto Thu Sep 14 14:34:06 2000 EDT

  Modified files:
    /phpdoc/en/appendices debugger.xml
  Log:
  Added note about debugger not existing in PHP4 code, only on PHP3
  
  
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.3 phpdoc/en/appendices/debugger.xml:1.4
--- phpdoc/en/appendices/debugger.xml:1.3 Mon Jan 24 13:01:17 2000
+++ phpdoc/en/appendices/debugger.xml Thu Sep 14 14:34:06 2000
@@ -42,6 +42,12 @@
     socket, <emphasis>even if you them turned off with
     <function>error_reporting</function></emphasis>.
    </para>
+ <note>
+ <para>
+ The code for the debugger has not been ported to PHP4, at the
+ present time only PHP3 supports the debugger code.
+ </para>
+ </note>
   </sect1>
 
   <sect1 id="debugger-protocol">