Skip to content

Commit 7594fc0

Browse files
committed
Document phpdbg.eol ini directive
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347309 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 394eb8c commit 7594fc0

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

reference/phpdbg/ini.xml

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<entry><link linkend="ini.phpdbg.eol">phpdbg.eol</link></entry>
2222
<entry>2</entry>
2323
<entry>PHP_INI_ALL</entry>
24-
<entry>Available as of PHP 5.6.3</entry>
24+
<entry>Available as of PHP 7.0.0</entry>
2525
</row>
2626
<row>
2727
<entry><link linkend="ini.phpdbg.path">phpdbg.path</link></entry>
@@ -41,11 +41,45 @@
4141
<varlistentry xml:id="ini.phpdbg.eol">
4242
<term>
4343
<parameter>phpdbg.eol</parameter>
44-
<type>integer</type>
44+
<type>mixed</type>
4545
</term>
4646
<listitem>
4747
<para>
48-
48+
The kind of line ending to use for output. For setting the value, one of
49+
the string aliases must be used.
50+
<informaltable>
51+
<tgroup cols="2">
52+
<thead>
53+
<row>
54+
<entry><type>int</type> Value</entry>
55+
<entry><type>string</type> Alias</entry>
56+
</row>
57+
</thead>
58+
<tbody>
59+
<row>
60+
<entry><literal>0</literal></entry>
61+
<entry>
62+
<literal>CRLF</literal>, <literal>crlf</literal>,
63+
<literal>DOS</literal>, <literal>dos</literal>
64+
</entry>
65+
</row>
66+
<row>
67+
<entry><literal>1</literal></entry>
68+
<entry>
69+
<literal>LF</literal>, <literal>lf</literal>,
70+
<literal>UNIX</literal>, <literal>unix</literal>
71+
</entry>
72+
</row>
73+
<row>
74+
<entry><literal>2</literal></entry>
75+
<entry>
76+
<literal>CR</literal>, <literal>cr</literal>,
77+
<literal>MAC</literal>, <literal>mac</literal>
78+
</entry>
79+
</row>
80+
</tbody>
81+
</tgroup>
82+
</informaltable>
4983
</para>
5084
</listitem>
5185
</varlistentry>

0 commit comments

Comments
 (0)