11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ffd2ef754b37526c0b96e94859d57ce06acfbf41 Maintainer: Gregory Status: ready -->
3+ <!-- EN-Revision: cb573d7f33644962dcf32003e5898cf4d67be6ac Maintainer: Gregory Status: ready -->
44<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
55<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->
66
@@ -233,6 +233,9 @@ PHP 版本中发生变化而不另行通知。使用本扩展应自行承担风
233233
234234
235235
236+ <!ENTITY deprecated.function '此函数已废弃。'>
237+ <!ENTITY removed.function '此函数已移除。'>
238+
236239<!ENTITY warn.deprecated.feature-5-3-0 '<warning xmlns =" http://docbook.org/ns/docbook" ><simpara >自 PHP 5.3.0
237240起,已经<emphasis >废弃</emphasis >此特性。强烈建议不要应用此特性。</simpara ></warning >'>
238241
@@ -1456,11 +1459,11 @@ linkend="memcached.expiration" xmlns="http://docbook.org/ns/docbook">到期时
14561459
14571460<!-- RNP -->
14581461
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 > .'>
14601463
14611464<!ENTITY rnp.parameter.key-format 'The key format of the data (GPG, KBX, G10).'>
14621465
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.'>
14641467
14651468<!-- socket entities -->
14661469
@@ -1743,6 +1746,28 @@ It is strongly recommended to avoid timezone abbreviations.
17431746 of the <link linkend =" libxml.constants" >libxml option constants</link >.
17441747</para >'>
17451748
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+
17461771<!ENTITY dom.parameters.register_node_ns '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
17471772 <term ><parameter >registerNodeNS</parameter ></term >
17481773 <listitem >
@@ -1754,6 +1779,14 @@ It is strongly recommended to avoid timezone abbreviations.
17541779 </listitem >
17551780</varlistentry >'>
17561781
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+
17571790<!ENTITY dom.errors.hierarchy.parent '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
17581791 <term ><constant >DOM_HIERARCHY_REQUEST_ERR</constant ></term >
17591792 <listitem >
@@ -1786,6 +1819,27 @@ It is strongly recommended to avoid timezone abbreviations.
17861819 </listitem >
17871820</varlistentry >'>
17881821
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+
17891843<!ENTITY dom.changelog.previous_hierarchy_exception 'Previously this threw a
17901844 <classname xmlns =" http://docbook.org/ns/docbook" >DOMException</classname > with code
17911845 <constant xmlns =" http://docbook.org/ns/docbook" >DOM_HIERARCHY_REQUEST_ERR</constant >.'>
@@ -1883,6 +1937,33 @@ It is strongly recommended to avoid timezone abbreviations.
18831937 </entry >
18841938 </row >'>
18851939
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+
18861967<!ENTITY odbc.changelog.result-param '<row xmlns =" http://docbook.org/ns/docbook" >
18871968 <entry >8.4.0</entry >
18881969 <entry >
@@ -2214,19 +2295,6 @@ while <constant>PGSQL_BOTH</constant> will return both numerical and associative
22142295
22152296<!ENTITY sqlsafemode '<link xmlns =" http://docbook.org/ns/docbook" linkend =" ini.sql.safe-mode" >SQL 安全模式</link >'>
22162297
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-
22302298<!-- CTYPE Notes -->
22312299<!ENTITY note.ctype.parameter.integer '<note xmlns =" http://docbook.org/ns/docbook" ><para >
22322300如果给出一个 -128 到 255 之间(含)的<type >int</type >, 将会被解释为该值对应的ASCII字符 (负值将加上 256 以支持扩展ASCII字符).
@@ -3170,6 +3238,11 @@ local: {
31703238 <entry >string</entry >
31713239 <entry >Optional. Host with optional port.</entry >
31723240 </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 >
31733246 </tbody >
31743247 </tgroup >
31753248 </table >
0 commit comments