Skip to content

Commit d2a4759

Browse files
authored
Change <para> to <simpara> in language-snippets (#1046)
1 parent 756ac84 commit d2a4759

2 files changed

Lines changed: 609 additions & 590 deletions

File tree

appendices/ini.list.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b1116af46680f7baf89c46610430a3b63ce9a1f0 Maintainer: Avenger Status: ready -->
3+
<!-- EN-Revision: a52e3d27cca786940272d0ae8efc21b5d6739070 Maintainer: Avenger Status: ready -->
44
<!-- CREDITS: Luffy, mowangjuanzi -->
55
<section xml:id="ini.list" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66
<title>&php.ini; 配置选项列表</title>
@@ -209,7 +209,7 @@
209209
<entry><link linkend="ini.disable-classes">disable_classes</link></entry>
210210
<entry><literal>""</literal></entry>
211211
<entry>&php.ini; only</entry>
212-
<entry></entry>
212+
<entry>自 PHP 8.5.0 移除</entry>
213213
</row>
214214
<row>
215215
<entry><link linkend="ini.disable-functions">disable_functions</link></entry>
@@ -555,13 +555,13 @@
555555
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
556556
<entry><literal>"1"</literal></entry>
557557
<entry><constant>INI_PERDIR</constant></entry>
558-
<entry></entry>
558+
<entry>自 PHP 8.5.0 废弃</entry>
559559
</row>
560560
<row>
561561
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
562562
<entry><literal>"1"</literal></entry>
563563
<entry><constant>INI_ALL</constant></entry>
564-
<entry></entry>
564+
<entry>自 PHP 8.5.0 废弃</entry>
565565
</row>
566566
<row>
567567
<entry>report_zend_debug</entry>

0 commit comments

Comments
 (0)