reference/uodbc/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,62 +19,62 @@
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>
81
81