hholzgra Wed May 16 10:58:59 2001 EDT
Modified files:
/phpdoc/en/functions errorfunc.xml
Log:
added warning about debugger being a php3 only feature
Index: phpdoc/en/functions/errorfunc.xml
diff -u phpdoc/en/functions/errorfunc.xml:1.8 phpdoc/en/functions/errorfunc.xml:1.9
--- phpdoc/en/functions/errorfunc.xml:1.8 Thu Nov 23 21:58:53 2000
+++ phpdoc/en/functions/errorfunc.xml Wed May 16 10:58:59 2001
@@ -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>