svn: /phpdoc/ja/trunk/features/ commandline.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 01 Mar 2020 21:53:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349277
Log:
Fix Bug #79314 - Document CLI Server Workers
Bug: https://bugs.php.net/79314 (Closed) PHP CLI SERVER WORKERS is not documented or in the migration guide
Changed paths:
U phpdoc/ja/trunk/features/commandline.xml
Modified: phpdoc/ja/trunk/features/commandline.xml
===================================================================
--- phpdoc/ja/trunk/features/commandline.xml 2020-03-01 21:52:28 UTC (rev 349276)
+++ phpdoc/ja/trunk/features/commandline.xml 2020-03-01 21:53:59 UTC (rev 349277)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346151 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa,shimooka -->
+<!-- EN-Revision: 349269 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,shimooka,mumumu -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP をコマンドラインから使用する</title>
<titleabbrev>コマンドラインの使用法</titleabbrev>
@@ -1686,7 +1686,7 @@
<table>
- <title>Changelog: サポートする MIME タイプ (ファイル拡張子)</title>
+ <title>変更履歴: サポートする MIME タイプ (ファイル拡張子)</title>
<tgroup cols="2">
<thead>
<row>
@@ -1732,6 +1732,30 @@
</tgroup>
</table>
+
+ <table>
+ <title>変更履歴</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ ビルトインウェブサーバに対して複数のリクエストを並列で投げる必要があるテストコードのために、
+ 複数のワーカーをフォークさせるよう設定できるようになりました。
+ サーバを起動する前に欲しいワーカーの数を <envar>PHP_CLI_SERVER_WORKERS</envar> 環境変数に設定してください。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+
<example>
<title>ウェブサーバーの起動</title>
<programlisting role="shell">