svn: /phpdoc/ja/trunk/ language-snippets.ent
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 22 Apr 2020 19:31:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349692
Log:
libxml Config flag is --with-libxml as of PHP 7.4.
Fix %G format description, it uses the locale sensitive %f format and not the locale insensitive %F
Changed paths:
U phpdoc/ja/trunk/language-snippets.ent
Modified: phpdoc/ja/trunk/language-snippets.ent
===================================================================
--- phpdoc/ja/trunk/language-snippets.ent 2020-04-22 19:24:45 UTC (rev 349691)
+++ phpdoc/ja/trunk/language-snippets.ent 2020-04-22 19:31:49 UTC (rev 349692)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349345 Maintainer: takagi Status: working -->
+<!-- EN-Revision: 349686 Maintainer: takagi Status: working -->
<!-- Credits: hirokawa,haruki,shimooka,mumumu -->
<!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'>
@@ -1949,7 +1949,7 @@
<!-- XML -->
<!ENTITY libxml.required '<para xmlns="http://docbook.org/ns/docbook">この拡張モジュールを使うには
<link linkend="book.libxml">libxml</link> 拡張モジュールが必要です。つまり、
-<option role="configure">--enable-libxml</option> も指定しなければならないということです。
+PHP 7.4 以降では <option role="configure">--with-libxml</option>、それより前のバージョンでは <option role="configure">--enable-libxml</option> も指定しなければならないということです。
しかし、libxml はデフォルトで有効になっているのでこのオプションは暗黙のうちに指定されています。</para>'>
<!-- XMLReader -->
@@ -2832,7 +2832,7 @@
<entry><literal>G</literal></entry>
<entry>
<literal>g</literal> 指定子に似ていますが、
- <literal>E</literal> と <literal>F</literal> を使います。
+ <literal>E</literal> と <literal>f</literal> を使います。
</entry>
</row>
<row>