File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: fe81a24d2e124209c833c9715ec4c83ca546274b Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: d5cf6264ad689216416b8e06000e7b1ef31797b5 Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa,shimooka,mumumu -->
5
5
<chapter xml : id =" features.commandline" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<title >PHP をコマンドラインから使用する</title >
@@ -1758,6 +1758,13 @@ php >
1758
1758
複数のワーカーをフォークさせるよう設定できるようになりました。
1759
1759
サーバを起動する前に欲しいワーカーの数を <envar >PHP_CLI_SERVER_WORKERS</envar > 環境変数に設定してください。
1760
1760
この機能は Windows ではサポートされていません。
1761
+ <warning >
1762
+ <para >
1763
+ この機能は <emphasis >実験的なもの</emphasis > であり、
1764
+ 本番環境で使うことを意図した機能では <emphasis >ありません</emphasis >。
1765
+ ビルトインウェブサーバは本番環境で使うものでは<emphasis >ありません</emphasis >。
1766
+ </para >
1767
+ </warning >
1761
1768
</entry >
1762
1769
</row >
1763
1770
</tbody >
@@ -1912,6 +1919,11 @@ $ php -S localhost:8000 router.php
1912
1919
$ php -S 0.0.0.0:8000
1913
1920
]]>
1914
1921
</programlisting >
1922
+ <warning >
1923
+ <para >
1924
+ ビルトインウェブサーバは、公開ネットワークで使うべきではありません。
1925
+ </para >
1926
+ </warning >
1915
1927
</example >
1916
1928
1917
1929
</section >
You can’t perform that action at this time.
0 commit comments