Browse Source

Document -H added by Ilia

PHP-5
Marcus Boerger 24 years ago
parent
commit
7fec2a3856
  1. 5
      sapi/cli/php.1

5
sapi/cli/php.1

@ -128,6 +128,11 @@ Parse and execute
.B \-h
This help
.TP
.B \-H
Hide script name (\fIfile\fP) and parameters (\fIargs\.\.\.\fP) from external
tools. For example you may want to use this when a php script is started as
a daemon and the command line contains sensitive data such as passwords.
.TP
.B \-i
PHP information and configuration
.TP

Loading…
Cancel
Save