mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
84cf6b2d02
commit
3cf34c1d63
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue