Skip to content

Commit dc538e7

Browse files
committed
対応漏れを修正 / Move/rewrite much of the macOS and Unix install instructions
下記コミットを精査し、対応漏れのものを修正するとともに、EN-Revision も一部間違っていたものを修正 php/doc-en@4cb53ec
1 parent 4273be9 commit dc538e7

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

install/macos/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
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

install/unix/debian.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
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

install/unix/index.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
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;

install/unix/openbsd.xml

Lines changed: 1 addition & 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: 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>

install/unix/source.xml

Lines changed: 1 addition & 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: 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>

language-snippets.ent

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,16 @@ Apache2 の MPM マルチスレッドモードを実運用環境で使用する
24382438
におけるデフォルトの MPM です。prefork MPM を使う理由については、
24392439
<link linkend="faq.installation.apache2">マルチスレッド版 MPM の Apache2</link>の
24402440
FAQ エントリを参照してください。</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 上で
24432453
Apache 設定ファイルにパスの値を追加する際、例えば

0 commit comments

Comments
 (0)