Commit:    bcef0ebc2d30fb7ac763f2b0354b96852d9c87d6
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sat, 6 Jul 2013 14:30:21 
+0300
Committer: Stanislav Malyshev <s...@php.net>      Sun, 14 Jul 2013 16:42:23 
-0700
Parents:   07501dc1a28d66cb1c2c28cc4c997250e6bb22bc
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bcef0ebc2d30fb7ac763f2b0354b96852d9c87d6

Log:
Terminology: change embedded web server to built-in web server to align with 
cli usage

Changed paths:
  M  sapi/cli/php.1.in


Diff:
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in
index 533903e..c113030 100644
--- a/sapi/cli/php.1.in
+++ b/sapi/cli/php.1.in
@@ -86,7 +86,7 @@ and therefore reading from
 .B STDIN 
 explicitly changes the next input line or skips input lines.
 .LP
-PHP also contains an embedded web server for application development purpose. 
By using the \-S option where
+PHP also contains an built-in 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
@@ -281,14 +281,14 @@ Output HTML syntax highlighted source
 .TP
 .PD 1
 .B \-S \fIaddr:port\fP
-Start embedded Webserver on the given local address and port
+Start built-in web server 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
+Specify the document root to be used by the built-in web server
 .TP
 .PD 0
 .B \-\-version


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to