added warning about debugger being a php3 only feature

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-05-16 17:58:59 +00:00
parent c38bd8cecc
commit b8df536f34

View file

@ -97,6 +97,12 @@
</tgroup>
</table>
</para>
<warning>
<para>
Remote debugging via TCP/IP is a PHP 3 feature that is <emphasis>not</emphasis>
availiable in PHP 4.
</para>
</warning>
<para>
<example role="php">
<title><function>error_log</function> examples</title>