1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: ffd2ef754b37526c0b96e94859d57ce06acfbf41 Maintainer: Gregory Status: ready -->
3
+ <!-- EN-Revision: cb573d7f33644962dcf32003e5898cf4d67be6ac Maintainer: Gregory Status: ready -->
4
4
<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
5
5
<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->
6
6
@@ -233,6 +233,9 @@ PHP 版本中发生变化而不另行通知。使用本扩展应自行承担风
233
233
234
234
235
235
236
+ <!ENTITY deprecated.function '此函数已废弃。'>
237
+ <!ENTITY removed.function '此函数已移除。'>
238
+
236
239
<!ENTITY warn.deprecated.feature-5-3-0 '<warning xmlns =" http://docbook.org/ns/docbook" ><simpara >自 PHP 5.3.0
237
240
起,已经<emphasis >废弃</emphasis >此特性。强烈建议不要应用此特性。</simpara ></warning >'>
238
241
@@ -1456,11 +1459,11 @@ linkend="memcached.expiration" xmlns="http://docbook.org/ns/docbook">到期时
1456
1459
1457
1460
<!-- RNP -->
1458
1461
1459
- <!ENTITY rnp.parameter.ffi-description 'The FFI object returned by rnp_ffi_create.'>
1462
+ <!ENTITY rnp.parameter.ffi-description 'The FFI object returned by < function xmlns = " http://docbook.org/ns/docbook " > rnp_ffi_create</ function > .'>
1460
1463
1461
1464
<!ENTITY rnp.parameter.key-format 'The key format of the data (GPG, KBX, G10).'>
1462
1465
1463
- <!ENTITY rnp.parameter.loadsave-flags 'See RNP_LOAD_SAVE_* flags description.'>
1466
+ <!ENTITY rnp.parameter.loadsave-flags 'See < constant xmlns = " http://docbook.org/ns/docbook " > RNP_LOAD_SAVE_< replaceable >*</ replaceable ></ constant > flags description.'>
1464
1467
1465
1468
<!-- socket entities -->
1466
1469
@@ -1743,6 +1746,28 @@ It is strongly recommended to avoid timezone abbreviations.
1743
1746
of the <link linkend =" libxml.constants" >libxml option constants</link >.
1744
1747
</para >'>
1745
1748
1749
+ <!ENTITY dom.parameter.compliant.options '&dom.parameter.options;
1750
+ <simpara xmlns =" http://docbook.org/ns/docbook" >
1751
+ It is also possible to pass <constant >Dom\HTML_NO_DEFAULT_NS</constant >
1752
+ to disable the use of the HTML namespace and the template element.
1753
+ This should only be used if the implications are properly understood.
1754
+ </simpara >'>
1755
+
1756
+ <!ENTITY dom.parameter.compliant.encoding '<simpara xmlns =" http://docbook.org/ns/docbook" >
1757
+ The encoding that the document was created in.
1758
+ If not provided, it will attempt to determine the encoding that is most likely used.
1759
+ </simpara >'>
1760
+
1761
+ <!ENTITY dom.parser.compliant.note.whitespace '<refsect1 role =" notes" xmlns =" http://docbook.org/ns/docbook" >
1762
+ &reftitle.notes;
1763
+ <note >
1764
+ <simpara >
1765
+ Whitespace in the <literal >html</literal > and <literal >head</literal > tags
1766
+ is not considered significant and may lose formatting.
1767
+ </simpara >
1768
+ </note >
1769
+ </refsect1 >'>
1770
+
1746
1771
<!ENTITY dom.parameters.register_node_ns '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
1747
1772
<term ><parameter >registerNodeNS</parameter ></term >
1748
1773
<listitem >
@@ -1754,6 +1779,14 @@ It is strongly recommended to avoid timezone abbreviations.
1754
1779
</listitem >
1755
1780
</varlistentry >'>
1756
1781
1782
+ <!ENTITY dom.parameters.serialize.options '<simpara xmlns =" http://docbook.org/ns/docbook" >
1783
+ Additional Options.
1784
+ The <constant >LIBXML_NOEMPTYTAG</constant >
1785
+ and <constant >LIBXML_NOXMLDECL</constant > options are supported.
1786
+ Prior to PHP 8.3.0, only the <constant >LIBXML_NOEMPTYTAG</constant >
1787
+ option is supported.
1788
+ </simpara >'>
1789
+
1757
1790
<!ENTITY dom.errors.hierarchy.parent '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
1758
1791
<term ><constant >DOM_HIERARCHY_REQUEST_ERR</constant ></term >
1759
1792
<listitem >
@@ -1786,6 +1819,27 @@ It is strongly recommended to avoid timezone abbreviations.
1786
1819
</listitem >
1787
1820
</varlistentry >'>
1788
1821
1822
+ <!ENTITY dom.errors.compliant.wrong_document '<listitem xmlns =" http://docbook.org/ns/docbook" >
1823
+ <simpara >
1824
+ Throws a <exceptionname >Dom\DOMException</exceptionname > with code
1825
+ <constant >Dom\WRONG_DOCUMENT_ERR</constant > if <parameter >node</parameter >
1826
+ is from another document.
1827
+ </simpara >
1828
+ </listitem >'>
1829
+
1830
+ <!ENTITY dom.errors.compliant.common '<listitem xmlns =" http://docbook.org/ns/docbook" >
1831
+ <simpara >
1832
+ Throws a <exceptionname >ValueError</exceptionname > if
1833
+ <parameter >options</parameter > contains an invalid option.
1834
+ </simpara >
1835
+ </listitem >
1836
+ <listitem >
1837
+ <simpara >
1838
+ Throws a <exceptionname >ValueError</exceptionname > if
1839
+ <parameter >overrideEncoding</parameter > is an unknown encoding.
1840
+ </simpara >
1841
+ </listitem >'>
1842
+
1789
1843
<!ENTITY dom.changelog.previous_hierarchy_exception 'Previously this threw a
1790
1844
<classname xmlns =" http://docbook.org/ns/docbook" >DOMException</classname > with code
1791
1845
<constant xmlns =" http://docbook.org/ns/docbook" >DOM_HIERARCHY_REQUEST_ERR</constant >.'>
@@ -1883,6 +1937,33 @@ It is strongly recommended to avoid timezone abbreviations.
1883
1937
</entry >
1884
1938
</row >'>
1885
1939
1940
+ <!ENTITY odbc.changelog.credential-params '<row xmlns =" http://docbook.org/ns/docbook" >
1941
+ <entry >8.4.0</entry >
1942
+ <entry >
1943
+ <parameter >user</parameter > and <parameter >password</parameter > are now nullable,
1944
+ they are now also optional and default to &null; .
1945
+ </entry >
1946
+ </row >
1947
+ <row xmlns =" http://docbook.org/ns/docbook" >
1948
+ <entry >8.4.0</entry >
1949
+ <entry >
1950
+ Previously, using an empty string for <parameter >password</parameter > would not include
1951
+ <literal >pwd</literal > in the generated connection string for <parameter >dsn</parameter >.
1952
+ It is now generated to include a <literal >pwd</literal > which has an empty string as its value.
1953
+ To restore the previous behaviour <parameter >password</parameter > can now be set to &null; .
1954
+ </entry >
1955
+ </row >
1956
+ <row xmlns =" http://docbook.org/ns/docbook" >
1957
+ <entry >8.4.0</entry >
1958
+ <entry >
1959
+ Previously, if <parameter >dsn</parameter > contained <literal >uid</literal > or <literal >pwd</literal >
1960
+ both <parameter >user</parameter > and <parameter >password</parameter > parameters were ignored.
1961
+ Now <parameter >user</parameter > is only ignored if <parameter >dsn</parameter > contains
1962
+ <literal >uid</literal >, and <parameter >password</parameter > is only ignored if
1963
+ <parameter >dsn</parameter > contains <literal >pwd</literal >.
1964
+ </entry >
1965
+ </row >'>
1966
+
1886
1967
<!ENTITY odbc.changelog.result-param '<row xmlns =" http://docbook.org/ns/docbook" >
1887
1968
<entry >8.4.0</entry >
1888
1969
<entry >
@@ -2214,19 +2295,6 @@ while <constant>PGSQL_BOTH</constant> will return both numerical and associative
2214
2295
2215
2296
<!ENTITY sqlsafemode '<link xmlns =" http://docbook.org/ns/docbook" linkend =" ini.sql.safe-mode" >SQL 安全模式</link >'>
2216
2297
2217
- <!-- BCMath Notes -->
2218
- <!ENTITY bc.scale.description '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
2219
- <term ><parameter >scale</parameter ></term >
2220
- <listitem >
2221
- <simpara >
2222
- 此参数用于设置结果中的小数位数。如果为 &null; ,则使用 <function >bcscale</function >
2223
- 设置的默认小数位数,或者回退到 <link linkend =" ini.bcmath.scale" ><literal >bcmath.scale</literal ></link >
2224
- INI 指令的值。
2225
- </simpara >
2226
- </listitem >
2227
- </varlistentry >'>
2228
-
2229
-
2230
2298
<!-- CTYPE Notes -->
2231
2299
<!ENTITY note.ctype.parameter.integer '<note xmlns =" http://docbook.org/ns/docbook" ><para >
2232
2300
如果给出一个 -128 到 255 之间(含)的<type >int</type >, 将会被解释为该值对应的ASCII字符 (负值将加上 256 以支持扩展ASCII字符).
@@ -3170,6 +3238,11 @@ local: {
3170
3238
<entry >string</entry >
3171
3239
<entry >Optional. Host with optional port.</entry >
3172
3240
</row >
3241
+ <row >
3242
+ <entry >delegated</entry >
3243
+ <entry >bool</entry >
3244
+ <entry >Optional. If true, this key should be decrypted by the KMIP server.</entry >
3245
+ </row >
3173
3246
</tbody >
3174
3247
</tgroup >
3175
3248
</table >
0 commit comments