Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/debugger.html
Дата изменения: Sun Feb 3 22:59:13 2002
Дата индексирования: Mon Oct 1 19:57:41 2012
Кодировка:
Debugging PHP

Appendix E. Debugging PHP

Table of Contents
About the debugger
Using the Debugger
Debugger Protocol

About the debugger

PHP 3 includes support for a network-based debugger.

PHP 4 does not have an internal debugging facility. You can use one of the external debuggers though. The Zend IDE includes a debugger, and there are also some free debugger extensions like DBG at http://dd.cron.ru/dbg/ or the Advanced PHP Debugger (APD).