reference/yaml/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -20,31 +20,37 @@
20
20
<row>
21
21
<entry><link linkend="ini.yaml.decode-binary">yaml.decode_binary</link></entry>
22
22
<entry>0</entry>
23
-
<entry>PHP_INI_ALL</entry>
23
+
<entry><constant>INI_ALL</constant></entry>
24
24
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
25
25
</row>
26
26
<row>
27
+
<entry><link linkend="ini.yaml.decode-php">yaml.decode_php</link></entry>
28
+
<entry>0</entry>
29
+
<entry><constant>INI_ALL</constant></entry>
30
+
<entry>Added in 1.2.0, before 2.0.0 the default was 1</entry>
31
+
</row>
32
+
<row>
27
33
<entry><link linkend="ini.yaml.decode-timestamp">yaml.decode_timestamp</link></entry>
28
34
<entry>0</entry>
29
-
<entry>PHP_INI_ALL</entry>
35
+
<entry><constant>INI_ALL</constant></entry>
30
36
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
31
37
</row>
32
38
<row>
33
39
<entry><link linkend="ini.yaml.output-canonical">yaml.output_canonical</link></entry>
34
40
<entry>0</entry>
35
-
<entry>PHP_INI_ALL</entry>
41
+
<entry><constant>INI_ALL</constant></entry>
36
42
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
37
43
</row>
38
44
<row>
39
45
<entry><link linkend="ini.yaml.output-indent">yaml.output_indent</link></entry>
40
46
<entry>2</entry>
41
-
<entry>PHP_INI_ALL</entry>
47
+
<entry><constant>INI_ALL</constant></entry>
42
48
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
43
49
</row>
44
50
<row>
45
51
<entry><link linkend="ini.yaml.output-width">yaml.output_width</link></entry>
46
52
<entry>80</entry>
47
-
<entry>PHP_INI_ALL</entry>
53
+
<entry><constant>INI_ALL</constant></entry>
48
54
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
49
55
</row>
50
56
</tbody>
...
...
@@ -59,7 +65,7 @@
59
65
<varlistentry xml:id="ini.yaml.decode-binary">
60
66
<term>
61
67
<parameter>yaml.decode_binary</parameter>
62
-
<type>boolean</type>
68
+
<type>bool</type>
63
69
</term>
64
70
<listitem>
65
71
<para>
...
...
@@ -67,21 +73,32 @@
67
73
</para>
68
74
</listitem>
69
75
</varlistentry>
76
+
<varlistentry xml:id="ini.yaml.decode-php">
77
+
<term>
78
+
<parameter>yaml.decode_php</parameter>
79
+
<type>bool</type>
80
+
</term>
81
+
<listitem>
82
+
<para>
83
+
Off by default, but can be set to on to cause serialized php objects which have the explicit tag "!php/object" to be unserialized.
84
+
</para>
85
+
</listitem>
86
+
</varlistentry>
70
87
<varlistentry xml:id="ini.yaml.decode-timestamp">
71
88
<term>
72
89
<parameter>yaml.decode_timestamp</parameter>
73
-
<type>integer</type>
90
+
<type>int</type>
74
91
</term>
75
92
<listitem>
76
93
<para>
77
-
Controls the decoding of both implicit and explict "tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The default setting of <literal>0</literal> will not apply any decoding. A setting of <literal>1</literal> will use <function>strtotime</function> to parse the timestamp value as a Unix timestamp. A setting of <literal>2</literal> will use <function>date_create</function> to parse the timestamp value as <type>DateTime</type> object.
94
+
Controls the decoding of both implicit and explicit "tag:yaml.org,2002:timestamp" scalars in the YAML document stream. The default setting of <literal>0</literal> will not apply any decoding. A setting of <literal>1</literal> will use <function>strtotime</function> to parse the timestamp value as a Unix timestamp. A setting of <literal>2</literal> will use <function>date_create</function> to parse the timestamp value as <type>DateTime</type> object.
78
95
</para>
79
96
</listitem>
80
97
</varlistentry>
81
98
<varlistentry xml:id="ini.yaml.output-canonical">
82
99
<term>
83
100
<parameter>yaml.output_canonical</parameter>
84
-
<type>boolean</type>
101
+
<type>bool</type>
85
102
</term>
86
103
<listitem>
87
104
<para>
...
...
@@ -92,7 +109,7 @@
92
109
<varlistentry xml:id="ini.yaml.output-indent">
93
110
<term>
94
111
<parameter>yaml.output_indent</parameter>
95
-
<type>integer</type>
112
+
<type>int</type>
96
113
</term>
97
114
<listitem>
98
115
<para>
...
...
@@ -104,7 +121,7 @@
104
121
<varlistentry xml:id="ini.yaml.output-width">
105
122
<term>
106
123
<parameter>yaml.output_width</parameter>
107
-
<type>integer</type>
124
+
<type>int</type>
108
125
</term>
109
126
<listitem>
110
127
<para>
111
128