Skip to content

Commit 80c8118

Browse files
committed
Add internal_encoding, input_encoding and output_encoding to the INI list
php/doc-en@032661a
1 parent a65f9d9 commit 80c8118

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

appendices/ini.list.xml

Lines changed: 19 additions & 1 deletion
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: 3cdd39bb9505e6735d802da83a04870cfa8f2311 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 032661ad0595f5466141eb72e973bcae99da4420 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55

66
<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">
@@ -177,6 +177,24 @@
177177
<entry>PHP_INI_ALL</entry>
178178
<entry>デフォルトは "UTF-8" です。</entry>
179179
</row>
180+
<row>
181+
<entry><link linkend="ini.input-encoding">input_encoding</link></entry>
182+
<entry>""</entry>
183+
<entry>PHP_INI_ALL</entry>
184+
<entry></entry>
185+
</row>
186+
<row>
187+
<entry><link linkend="ini.output-encoding">output_encoding</link></entry>
188+
<entry>""</entry>
189+
<entry>PHP_INI_ALL</entry>
190+
<entry></entry>
191+
</row>
192+
<row>
193+
<entry><link linkend="ini.internal-encoding">internal_encoding</link></entry>
194+
<entry>""</entry>
195+
<entry>PHP_INI_ALL</entry>
196+
<entry></entry>
197+
</row>
180198
<row>
181199
<entry><link linkend="ini.default-mimetype">default_mimetype</link></entry>
182200
<entry>"text/html"</entry>

0 commit comments

Comments
 (0)