15 -c path|file Look for php.ini file in the directory path or use the specified file
-d foo[=bar] Define INI entry foo with value bar
-n No php.ini file will be used
-z file Load Zend extension file
-q Do not print banner on startup
-v Enable oplog output
-b Disables use of color on the console
-i path|file Override .phpgdbinit location (implies -I)
-I Ignore .phpdbginit (default init file)
-r Jump straight to run
-e Generate extended information for debugger/profiler
-E Enable step through eval()
-s delimiter Read code to execute from stdin with an optional delimiter
-S sapi_name Override SAPI name
-p opcode Output opcodes and quit
-h Print the help overview
-V Version number
args.\|.\|. Arguments passed to script. Use '--' args when first argument starts with '-' or script is read from stdin
15 php.ini The standard configuration file
.phpdbginit The init file
0
http://php.net/manual/book.phpdbg.php
1
0
https://github.com/php/php-src/issues
1
A List of active developers can be found at
0
http://www.php.net/credits.php
1
And last but not least PHP was developed with the help of a huge amount of contributors all around the world.
This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is available through the world-wide-web at the following url:
0
https://www.php.net/license/3_01.txt
1
If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.