File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change 21
21
<entry ><link linkend =" ini.phpdbg.eol" >phpdbg.eol</link ></entry >
22
22
<entry >2</entry >
23
23
<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 >
25
25
</row >
26
26
<row >
27
27
<entry ><link linkend =" ini.phpdbg.path" >phpdbg.path</link ></entry >
41
41
<varlistentry xml : id =" ini.phpdbg.eol" >
42
42
<term >
43
43
<parameter >phpdbg.eol</parameter >
44
- <type >integer </type >
44
+ <type >mixed </type >
45
45
</term >
46
46
<listitem >
47
47
<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 >
49
83
</para >
50
84
</listitem >
51
85
</varlistentry >
You can’t perform that action at this time.
0 commit comments