Skip to content

Commit 8e10837

Browse files
author
Yoshinari Takaoka
committed
The built-in Web Server is not intended for production usage
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350585 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 06c7c52 commit 8e10837

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

features/commandline.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: fe81a24d2e124209c833c9715ec4c83ca546274b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: d5cf6264ad689216416b8e06000e7b1ef31797b5 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<title>PHP をコマンドラインから使用する</title>
@@ -1758,6 +1758,13 @@ php >
17581758
複数のワーカーをフォークさせるよう設定できるようになりました。
17591759
サーバを起動する前に欲しいワーカーの数を <envar>PHP_CLI_SERVER_WORKERS</envar> 環境変数に設定してください。
17601760
この機能は Windows ではサポートされていません。
1761+
<warning>
1762+
<para>
1763+
この機能は <emphasis>実験的なもの</emphasis> であり、
1764+
本番環境で使うことを意図した機能では <emphasis>ありません</emphasis>。
1765+
ビルトインウェブサーバは本番環境で使うものでは<emphasis>ありません</emphasis>。
1766+
</para>
1767+
</warning>
17611768
</entry>
17621769
</row>
17631770
</tbody>
@@ -1912,6 +1919,11 @@ $ php -S localhost:8000 router.php
19121919
$ php -S 0.0.0.0:8000
19131920
]]>
19141921
</programlisting>
1922+
<warning>
1923+
<para>
1924+
ビルトインウェブサーバは、公開ネットワークで使うべきではありません。
1925+
</para>
1926+
</warning>
19151927
</example>
19161928

19171929
</section>

0 commit comments

Comments
 (0)