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
This commit is contained in:
jim winstead 2001-01-22 01:34:53 +00:00
parent 84cf6b2d02
commit 3cf34c1d63

View file

@ -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>