Skip to content

Commit c155e25

Browse files
committed
Update missed PHP_INI_* constant
1 parent 3702965 commit c155e25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appendices/ini.core.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<row>
5252
<entry><link linkend="ini.disable-functions">disable_functions</link></entry>
5353
<entry>""</entry>
54-
<entry>仅为 PHP_INI_SYSTEM</entry>
54+
<entry>仅为 <constant>INI_SYSTEM</constant></entry>
5555
<entry></entry>
5656
</row>
5757
<row>
@@ -111,7 +111,7 @@
111111
<row>
112112
<entry><link linkend="ini.zend.assertions">zend.assertions</link></entry>
113113
<entry>"1"</entry>
114-
<entry>有限制的 PHP_INI_ALL</entry>
114+
<entry>有限制的 <constant>INI_ALL</constant></entry>
115115
<entry></entry>
116116
</row>
117117
<row>

appendices/ini.list.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
<entry><link linkend="ini.open-basedir">open_basedir</link></entry>
508508
<entry>&null;</entry>
509509
<entry><constant>INI_ALL</constant></entry>
510-
<entry>在 PHP &lt; 5.2.3 时是 PHP_INI_SYSTEM。</entry>
510+
<entry>在 PHP &lt; 5.2.3 时是 <constant>INI_SYSTEM</constant>。</entry>
511511
</row>
512512
<row>
513513
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>

reference/yaf/appconfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ yaf.dispatcher.catchException = 0
353353
<link linkend="ini.yaf.lowcase-path">application.system.lowcase_path</link>
354354
<note>
355355
<para>
356-
仅有PHP_INI_ALL配置项能这样设置
356+
仅有<constant>INI_ALL</constant>配置项能这样设置
357357
</para>
358358
</note>
359359
</para>

0 commit comments

Comments
 (0)