File tree Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 44
55 <chapter xml : id =" install.macosx" xmlns =" http://docbook.org/ns/docbook" >
66 <title >macOS へのインストール</title >
7- <para >
7+ <simpara >
88 PHP は macOS バージョン10 および 11 に標準添付されていましたが、
99 macOS Monterey (12.0.0) 以降には含まれていません。
1010 最近のバージョンにインストールするには、サードパーティーのパッケージを使用するか、
1111 ソースコードからコンパイルする必要があります。
12- </para >
12+ </simpara >
1313 &install.macos.packages;
14- &install.macos.bundled;
1514 &install.macos.compile;
15+ &install.macos.bundled;
1616 </chapter >
1717
1818<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 55<sect1 xml : id =" install.unix.debian" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <title >Debian GNU/Linux および関連ディストリビューションのパッケージからのインストール</title >
77 <para >
8- このセクションでは、<link xlink : href =" &url.debian; " >Debian GNU/Linux</link > に
9- PHP をインストールする際の注意事項とヒントについて説明します。
10-
118 PHP はソースコードからもインストールできますが、
129 <link xlink : href =" &url.debian; " >Debian GNU/Linux</link >
1310 パッケージからもインストール可能です。これは、Ubuntu、Kali Linux、Linux Mint
Original file line number Diff line number Diff line change 1717 PHP は、一部のアプリケーションサーバーのコンポーネントとしてインストールすることもできます。
1818 <!-- such as FrankenPHP and Open Swoole-->
1919 </simpara >
20+ <simpara >
21+ 最後に、PHP は常にソースコードからインストールできます。
22+ これによって、どの機能や拡張モジュールや SAPI を有効にするかを選択肢について、
23+ 最も大きな柔軟性を得ることができます。
24+ 異なる SAPI を使って PHP を設定し、コンパイルすることに関するセクションもあります。
25+ </simpara >
2026
2127 <!-- distribution specific nodes -->
2228 &install.unix.debian;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: da438ab8d6f4b591e5574e955efc3fcf817d489f Maintainer: haruki Status: ready -->
3+ <!-- EN-Revision: 4cb53ecbd763db2db808e90d7eda63afb380e6df Maintainer: haruki Status: ready -->
44<!-- Credits: hirokawa, haruki -->
55<sect1 xml : id =" install.unix.openbsd" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <title >OpenBSD パッケージまたは ports からのインストール</title >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 64a010e59ce7e3c4cbbd72bbc307cfcce3d6e9bb Maintainer: zonuexe Status: ready -->
3+ <!-- EN-Revision: f033d4b76635f9582f6eb5505899e1f7fb2dd1a4 Maintainer: zonuexe Status: ready -->
44<sect1 xml : id =" install.unix.source" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <title >Unix および macOS システムでのソースコードからのインストール</title >
66 <para >
Original file line number Diff line number Diff line change @@ -2438,6 +2438,16 @@ Apache2 の MPM マルチスレッドモードを実運用環境で使用する
24382438におけるデフォルトの MPM です。prefork MPM を使う理由については、
24392439<link linkend =" faq.installation.apache2" >マルチスレッド版 MPM の Apache2</link >の
24402440FAQ エントリを参照してください。</para ></warning >'>
2441+ <!-- to be translated -->
2442+ <!ENTITY warn.install.third-party-support '<warning xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2443+ <para >
2444+ Builds from third-parties are considered unofficial and not directly
2445+ supported by the PHP project. Any bugs encountered should be reported to the
2446+ provider of those unofficial builds unless they can be reproduced using the
2447+ builds from <link xlink : href =" &url.php.downloads; " >the official download
2448+ area</link >.
2449+ </para >
2450+ </warning >'>
24412451
24422452<!ENTITY note.apache.slashes '<note xmlns =" http://docbook.org/ns/docbook" ><simpara >Windows 上で
24432453Apache 設定ファイルにパスの値を追加する際、例えば
You can’t perform that action at this time.
0 commit comments