]> granicus.if.org Git - php/commitdiff
help for command line options
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 18:50:34 +0000 (18:50 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 14 Nov 2013 18:50:34 +0000 (18:50 +0000)
phpdbg_prompt.c
tutorials/phpdbg.png

index e8d6156a8520fa306f6a9208442c8cbf93e8e760..5442973104c69badd2fec28224289205b95f2e48 100644 (file)
@@ -525,6 +525,19 @@ static PHPDBG_COMMAND(help) /* {{{ */
                        phpdbg_writeln("\t%s\t%s", help_command->name, help_command->tip);
                        ++help_command;
                }
+               
+               phpdbg_notice("Command Line Options and Flags");
+           phpdbg_writeln("\tOption\tExample\t\t\tPurpose");
+           phpdbg_writeln(EMPTY);
+           phpdbg_writeln("\t-c\t-c/my/php.ini\t\tSet php.ini file to load");
+           phpdbg_writeln("\t-d\t-dmemory_limit=4G\tSet a php.ini directive");
+           phpdbg_writeln("\t-n\t-N/A\t\t\tDisabled default php.ini");
+           phpdbg_writeln("\t-e\t-emytest.php\t\tSet execution context");
+           phpdbg_writeln("\t-v\tN/A\t\t\tEnable opline output while executing");
+           phpdbg_writeln("\t-s\tN/A\t\t\tEnable stepping");
+           phpdbg_writeln("\t-b\tN/A\t\t\tDisable the use of colours");
+           phpdbg_writeln("\t-i\t-imy.init\t\tSet the phpdbginit file");
+           phpdbg_writeln("\t-I\tN/A\t\t\tDisable loading .phpdbginit");
        }
 
        phpdbg_notice("Please report bugs to <%s>", PHPDBG_ISSUES);
index 829bbba8946ab317febf2a452959f298caa75c5f..e204fb48e4eb0577467a4f640ee77d0bc11ffc6d 100644 (file)
Binary files a/tutorials/phpdbg.png and b/tutorials/phpdbg.png differ