|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 69fe083419b7888f6d424595771d54fe2d850d9d Maintainer: takagi Status: working --> |
| 3 | +<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: takagi Status: working --> |
4 | 4 | <!-- Credits: hirokawa,haruki,shimooka,mumumu,jdkfx --> |
5 | 5 |
|
6 | 6 | <!ENTITY installation.enabled.disable 'この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。'> |
@@ -856,7 +856,7 @@ DLL ファイルを PHP のフォルダから Windows のシステムディレ |
856 | 856 |
|
857 | 857 | <!-- OpenSSL --> |
858 | 858 | <!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook"> |
859 | | - <term><parameter>x509</parameter></term> |
| 859 | + <term><parameter>certificate</parameter></term> |
860 | 860 | <listitem> |
861 | 861 | <para> |
862 | 862 | 使用できる値の一覧は <link |
@@ -1251,6 +1251,15 @@ $font = 'SomeFont'; |
1251 | 1251 |
|
1252 | 1252 | <!ENTITY intl.property.example 'さまざまなプロパティの例'> |
1253 | 1253 |
|
| 1254 | +<!ENTITY intl.param.grapheme.locale '<simpara>使用するロケール。</simpara>'> |
| 1255 | + |
| 1256 | +<!ENTITY intl.changelog.grapheme.locale '<row xmlns="http://docbook.org/ns/docbook"> |
| 1257 | + <entry>8.5.0</entry> |
| 1258 | + <entry> |
| 1259 | + オプションのパラメータ <parameter>locale</parameter> が追加されました。 |
| 1260 | + </entry> |
| 1261 | +</row>'> |
| 1262 | + |
1254 | 1263 | <!-- LDAP notes --> |
1255 | 1264 |
|
1256 | 1265 | <!ENTITY ldap.parameter.ldap '<function xmlns="http://docbook.org/ns/docbook">ldap_connect</function> が返す <classname xmlns="http://docbook.org/ns/docbook">LDAP\Connection</classname> クラスのインスタンス。'> |
@@ -1924,8 +1933,7 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea |
1924 | 1933 | </entry> |
1925 | 1934 | </row>'> |
1926 | 1935 |
|
1927 | | -<!ENTITY odbc.changelog.connection-return '&odbc.changelog.connection-param; |
1928 | | - <row xmlns="http://docbook.org/ns/docbook"> |
| 1936 | +<!ENTITY odbc.changelog.connection-return '<row xmlns="http://docbook.org/ns/docbook"> |
1929 | 1937 | <entry>8.4.0</entry> |
1930 | 1938 | <entry> |
1931 | 1939 | この関数は <classname>Odbc\Connection</classname> クラスのインスタンスを返すようになりました。 |
|
0 commit comments