Diff for /embedaddon/php/sapi/cli/php.1.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:35 version 1.1.1.3, 2013/07/22 01:32:13
Line 1 Line 1
.TH PHP 1 "2010" "The PHP Group" "Scripting Language".TH PHP 1 "2013" "The PHP Group" "Scripting Language"
 .SH NAME  .SH NAME
 php \- PHP Command Line Interface 'CLI'  php \- PHP Command Line Interface 'CLI'
 .SH SYNOPSIS  .SH SYNOPSIS
Line 42  php \- PHP Command Line Interface 'CLI' Line 42  php \- PHP Command Line Interface 'CLI'
 .LP  .LP
 \fBphp \fP[options] \fB\-a\fP  \fBphp \fP[options] \fB\-a\fP
 .LP  .LP
   .B php
   [options] \-S
   .IR addr:port
   [\-t
   .IR docroot ]
   .LP
 .SH DESCRIPTION  .SH DESCRIPTION
 \fBPHP\fP is a widely\-used general\-purpose scripting language that is especially suited for   \fBPHP\fP is a widely\-used general\-purpose scripting language that is especially suited for 
 Web development and can be embedded into HTML. This is the command line interface  Web development and can be embedded into HTML. This is the command line interface
Line 78  and therefore reading from  Line 84  and therefore reading from 
 .B STDIN   .B STDIN 
 explicitly changes the next input line or skips input lines.  explicitly changes the next input line or skips input lines.
 .LP  .LP
If none of \-r \-f \-B \-R \-F or \-E is present but a single parameter is given PHP also contains an embedded web server for application development purpose. By using the \-S option where
 .B addr:port
 point to a local address and port PHP will listen to HTTP requests on that address and port and serve files from the current working directory or the
 .B docroot
 passed by the \-t option.
 .LP
 If none of \-r \-f \-B \-R \-F \-E or \-S is present but a single parameter is given 
 then this parameter is taken as the filename to parse and execute (same as   then this parameter is taken as the filename to parse and execute (same as 
 with \-f). If no parameter is present then the standard input is read and   with \-f). If no parameter is present then the standard input is read and 
 executed.  executed.
Line 263  after processing all input lines Line 275  after processing all input lines
 Output HTML syntax highlighted source  Output HTML syntax highlighted source
 .TP  .TP
 .PD 0  .PD 0
   .B \-\-server \fIaddr:port\fP
   .TP
   .PD 1
   .B \-S \fIaddr:port\fP
   Start embedded Webserver on the given local address and port
   .TP
   .PD 0
   .B \-\-docroot \fIdocroot\fP
   .TP
   .PD 1
   .B \-t \fIdocroot\fP
   Specify the document root to be used by the embedded web server
   .TP
   .PD 0
 .B \-\-version  .B \-\-version
 .TP  .TP
 .PD 1  .PD 1
Line 435  contributors all around the world. Line 461  contributors all around the world.
 .SH VERSION INFORMATION  .SH VERSION INFORMATION
 This manpage describes \fBphp\fP, version @PHP_VERSION@.  This manpage describes \fBphp\fP, version @PHP_VERSION@.
 .SH COPYRIGHT  .SH COPYRIGHT
Copyright \(co 1997\-2010 The PHP GroupCopyright \(co 1997\-2013 The PHP Group
 .LP  .LP
 This source file is subject to version 3.01 of the PHP license,  This source file is subject to version 3.01 of the PHP license,
 that is bundled with this package in the file LICENSE, and is  that is bundled with this package in the file LICENSE, and is

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>