diff options
author | Remi Collet <remi@php.net> | 2014-02-28 08:12:38 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-02-28 08:12:38 +0100 |
commit | 0821d3942ea1d5315d176d94c727e9fbdb420881 (patch) | |
tree | 40a81b488d2961c703e1e60224311d60dd3d59e4 /sapi | |
parent | 79063d16b99b68f95f7fc7b9dc08860fb8d1b614 (diff) | |
parent | 06feb15a160eccc7ca880c1828c09462b16603ba (diff) | |
download | php-git-0821d3942ea1d5315d176d94c727e9fbdb420881.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
man page: long option name is --strip, not --stripped
--global have be removed in 5.2
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cli/php.1.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index c113030d14..8672b3ba33 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -178,15 +178,6 @@ Parse and execute .IR file .TP .PD 0 -.B \-\-global \fIname\fP -.TP -.PD 1 -.B \-g \fIname\fP -Make variable -.IR name -global in script. -.TP -.PD 0 .B \-\-help .TP .PD 1 @@ -298,7 +289,7 @@ Specify the document root to be used by the built-in web server Version number .TP .PD 0 -.B \-\-stripped +.B \-\-strip .TP .PD 1 .B \-w |