mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
correction
This commit is contained in:
parent
f2212c05c7
commit
582a84d728
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ PHPDBG_HELP(oplog) /* {{{ */
|
||||||
phpdbg_writeln("Will open the file /path/to/my.oplog for writing, creating it if it does not exist");
|
phpdbg_writeln("Will open the file /path/to/my.oplog for writing, creating it if it does not exist");
|
||||||
phpdbg_writeln("Example:");
|
phpdbg_writeln("Example:");
|
||||||
phpdbg_writeln("\t%soplog 0", PROMPT);
|
phpdbg_writeln("\t%soplog 0", PROMPT);
|
||||||
phpdbg_writeln("Will open the currently open log file, disabling oplog");
|
phpdbg_writeln("Will close the currently open log file, disabling oplog");
|
||||||
phpdbg_writeln(EMPTY);
|
phpdbg_writeln(EMPTY);
|
||||||
phpdbg_writeln("Note: upon failure to open a new oplog, the last oplog is held open");
|
phpdbg_writeln("Note: upon failure to open a new oplog, the last oplog is held open");
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue