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