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