Scroll to navigation

PHP5DBG(1) General Commands Manual PHP5DBG(1)

NAME

php5dbg - The interactive PHP debugger

SYNOPSIS

php5dbg [OPTION] [-eFILE]

DESCRIPTION

php5dbg a lightweight, powerful, easy to use debugging platform for PHP5.

OPTIONS

The following switches are implemented (just like cli SAPI):

No php.ini file will be used
Look for php.ini file in the directory path or use the specified file
Load Zend extension file
Define INI entry foo with value bar
Disables quietness
Enabled stepping
Sets execution context
Disables use of colour on the console
Ignore .phpdbginit (default init file)
Override .phpgdbinit location (implies -I)
Set oplog output to file
Do not print banner on startup
Jump straight to run
Enable step through eval()

NOTES

Passing -rr will cause phpdbg to quit after execution, rather than returning to the console

AUTHOR

This manual pages was written by Ondrej Sury for Debian project.