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
This commit is contained in:
Jesus M. Castagnetto 2000-09-14 21:34:06 +00:00
parent 4f2db58cec
commit d031e8389e

View file

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