helly Tue Feb 11 15:31:34 2003 EDT Modified files: /php4/sapi/cli php.1 Log: Document -H added by Ilia Index: php4/sapi/cli/php.1 diff -u php4/sapi/cli/php.1:1.5 php4/sapi/cli/php.1:1.6 --- php4/sapi/cli/php.1:1.5 Sat Feb 8 10:29:35 2003 +++ php4/sapi/cli/php.1 Tue Feb 11 15:31:34 2003 @@ -14,7 +14,7 @@ ./" | Author: Marcus Boerger <[EMAIL PROTECTED]> | ./" +----------------------------------------------------------------------+ ./" -./" $Id: php.1,v 1.5 2003/02/08 15:29:35 helly Exp $ +./" $Id: php.1,v 1.6 2003/02/11 20:31:34 helly Exp $ ./" .TH PHP 1 "Feb 2003" "The PHP Group" "Scripting Language" .SH NAME @@ -127,6 +127,11 @@ .TP .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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php