Skip to content

Commit 31c596a

Browse files
committed
未翻訳部分を修正
1 parent 8433fe0 commit 31c596a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/unix/apache2.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ cp php.ini-development /usr/local/lib/php.ini
192192

193193
<informalexample>
194194
<para>
195-
For PHP 8:
195+
PHP 8 向けの設定は以下のようになります:
196196
</para>
197197

198198
<programlisting role="apache-conf">
@@ -204,7 +204,7 @@ LoadModule php_module modules/libphp.so
204204

205205
<informalexample>
206206
<para>
207-
For PHP 7:
207+
PHP 7 向けの設定は以下のようになります:
208208
</para>
209209

210210
<programlisting role="apache-conf">
@@ -301,7 +301,7 @@ RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
301301
</screen>
302302
</informalexample>
303303

304-
<para>OR</para>
304+
<para>または、以下の手順でも起動できます。</para>
305305

306306
<informalexample>
307307
<screen>

0 commit comments

Comments
 (0)