Hello,
As I understand it, remote debugging is available in PHP-4. For
instance, I was looking into some IDEs and the company said remote
debugging works fine in PHP-4. I also talked to some people on IRC and
they said the same thing.
My question is, then, why do the docs say remote debugging is PHP-3
only? Specifically:
http://www.php.net/manual/en/function.error-log.php
http://www.php.net/manual/en/install.configure.php#install.configure.enable-debugger
http://www.php.net/manual/en/configuration.php#ini.sect.debugger
Are these documentation mishaps or am I confusing somethings?
Thank you,
Hans