diff options
author | Marcus Boerger <helly@php.net> | 2007-04-23 20:17:19 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-04-23 20:17:19 +0000 |
commit | 8e500e7749294b07969b7bf1a58a94e966aa7899 (patch) | |
tree | 5b153d6ac0c11552345437acf26ac42fe9a16c0e /sapi/cli/php.1.in | |
parent | 2d1f1881932f062aee6c3c3bf8d159a81acc8bea (diff) | |
download | php-git-8e500e7749294b07969b7bf1a58a94e966aa7899.tar.gz |
- Add 'php --ini' to CLI which returns the INI file/dir configuration
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 0a224ea176..9a3b7119d8 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -304,6 +304,9 @@ Shows information about extension .IR name Shows configuration for extension .B name +.TP +.B \-\-ini +Show ini configuration files .SH FILES .TP 15 .B php\-cli.ini |