reference/uodbc/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -15,66 +15,66 @@
15
15
<entry>&Changelog;</entry>
16
16
</row>
17
17
</thead>
18
-
<tbody>
18
+
<tbody xml:id="odbc.configuration.list">
19
19
<row>
20
20
<entry><link linkend="ini.uodbc.default-db">odbc.default_db</link> *</entry>
21
21
<entry>NULL</entry>
22
-
<entry>PHP_INI_ALL</entry>
22
+
<entry><constant>INI_ALL</constant></entry>
23
23
<entry></entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.uodbc.default-user">odbc.default_user</link> *</entry>
27
27
<entry>NULL</entry>
28
-
<entry>PHP_INI_ALL</entry>
28
+
<entry><constant>INI_ALL</constant></entry>
29
29
<entry></entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.uodbc.default-pw">odbc.default_pw</link> *</entry>
33
33
<entry>NULL</entry>
34
-
<entry>PHP_INI_ALL</entry>
34
+
<entry><constant>INI_ALL</constant></entry>
35
35
<entry></entry>
36
36
</row>
37
37
<row>
38
38
<entry><link linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
39
39
<entry>"1"</entry>
40
-
<entry>PHP_INI_SYSTEM</entry>
40
+
<entry><constant>INI_SYSTEM</constant></entry>
41
41
<entry></entry>
42
42
</row>
43
43
<row>
44
44
<entry><link linkend="ini.uodbc.check-persistent">odbc.check_persistent</link></entry>
45
45
<entry>"1"</entry>
46
-
<entry>PHP_INI_SYSTEM</entry>
46
+
<entry><constant>INI_SYSTEM</constant></entry>
47
47
<entry></entry>
48
48
</row>
49
49
<row>
50
50
<entry><link linkend="ini.uodbc.max-persistent">odbc.max_persistent</link></entry>
51
51
<entry>"-1"</entry>
52
-
<entry>PHP_INI_SYSTEM</entry>
52
+
<entry><constant>INI_SYSTEM</constant></entry>
53
53
<entry></entry>
54
54
</row>
55
55
<row>
56
56
<entry><link linkend="ini.uodbc.max-links">odbc.max_links</link></entry>
57
57
<entry>"-1"</entry>
58
-
<entry>PHP_INI_SYSTEM</entry>
58
+
<entry><constant>INI_SYSTEM</constant></entry>
59
59
<entry></entry>
60
60
</row>
61
61
<row>
62
62
<entry><link linkend="ini.uodbc.defaultlrl">odbc.defaultlrl</link></entry>
63
63
<entry>"4096"</entry>
64
-
<entry>PHP_INI_ALL</entry>
64
+
<entry><constant>INI_ALL</constant></entry>
65
65
<entry></entry>
66
66
</row>
67
67
<row>
68
68
<entry><link linkend="ini.uodbc.defaultbinmode">odbc.defaultbinmode</link></entry>
69
69
<entry>"1"</entry>
70
-
<entry>PHP_INI_ALL</entry>
70
+
<entry><constant>INI_ALL</constant></entry>
71
71
<entry></entry>
72
72
</row>
73
73
<row>
74
74
<entry><link linkend="ini.uodbc.defaultcursortype">odbc.default_cursortype</link></entry>
75
75
<entry>"3"</entry>
76
-
<entry>PHP_INI_ALL</entry>
77
-
<entry>Available as of PHP 5.3.0</entry>
76
+
<entry><constant>INI_ALL</constant></entry>
77
+
<entry></entry>
78
78
</row>
79
79
</tbody>
80
80
</tgroup>
...
...
@@ -136,7 +136,7 @@
136
136
<varlistentry xml:id="ini.uodbc.allow-persistent">
137
137
<term>
138
138
<parameter>odbc.allow_persistent</parameter>
139
-
<type>boolean</type>
139
+
<type>bool</type>
140
140
</term>
141
141
<listitem>
142
142
<para>
...
...
@@ -148,7 +148,7 @@
148
148
<varlistentry xml:id="ini.uodbc.check-persistent">
149
149
<term>
150
150
<parameter>odbc.check_persistent</parameter>
151
-
<type>boolean</type>
151
+
<type>bool</type>
152
152
</term>
153
153
<listitem>
154
154
<para>
...
...
@@ -160,7 +160,7 @@
160
160
<varlistentry xml:id="ini.uodbc.max-persistent">
161
161
<term>
162
162
<parameter>odbc.max_persistent</parameter>
163
-
<type>integer</type>
163
+
<type>int</type>
164
164
</term>
165
165
<listitem>
166
166
<para>
...
...
@@ -172,7 +172,7 @@
172
172
<varlistentry xml:id="ini.uodbc.max-links">
173
173
<term>
174
174
<parameter>odbc.max_links</parameter>
175
-
<type>integer</type>
175
+
<type>int</type>
176
176
</term>
177
177
<listitem>
178
178
<para>
...
...
@@ -184,12 +184,13 @@
184
184
<varlistentry xml:id="ini.uodbc.defaultlrl">
185
185
<term>
186
186
<parameter>odbc.defaultlrl</parameter>
187
-
<type>integer</type>
187
+
<type>int</type>
188
188
</term>
189
189
<listitem>
190
190
<para>
191
191
Handling of LONG fields. Specifies the number of bytes returned to
192
192
variables.
193
+
See <function>odbc_longreadlen</function> for details.
193
194
</para>
194
195

195
196
&ini.shorthandbytes;
...
...
@@ -200,11 +201,12 @@
200
201
<varlistentry xml:id="ini.uodbc.defaultbinmode">
201
202
<term>
202
203
<parameter>odbc.defaultbinmode</parameter>
203
-
<type>integer</type>
204
+
<type>int</type>
204
205
</term>
205
206
<listitem>
206
207
<para>
207
208
Handling of binary data.
209
+
See <function>odbc_binmode</function> for details.
208
210
</para>
209
211
</listitem>
210
212
</varlistentry>
...
...
@@ -212,7 +214,7 @@
212
214
<varlistentry xml:id="ini.uodbc.defaultcursortype">
213
215
<term>
214
216
<parameter>odbc.default_cursortype</parameter>
215
-
<type>integer</type>
217
+
<type>int</type>
216
218
</term>
217
219
<listitem>
218
220
<para>
219
221