jimw Sun Jan 21 17:34:53 2001 EDT
Modified files:
/phpdoc/en/appendices debugger.xml
Log:
add note that debugger is available in php 3 only, right now
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.5 phpdoc/en/appendices/debugger.xml:1.6
--- phpdoc/en/appendices/debugger.xml:1.5 Fri Sep 15 09:09:42 2000
+++ phpdoc/en/appendices/debugger.xml Sun Jan 21 17:34:53 2001
@@ -1,6 +1,16 @@
<appendix id="debugger">
<title>The PHP Debugger</title>
+ <sect1 id="debugger-about">
+ <title>About the debugger</title>
+ <simpara>
+ PHP 3 includes support for a network-based debugger.
+ </simpara>
+ <simpara>
+ PHP 4 does not yet have a similar debugging facility.
+ </simpara>
+ </sect1>
+
<sect1 id="debugger-using">
<title>Using the Debugger</title>