]> granicus.if.org Git - php/commitdiff
The ODBC extension looks for settings named odbc. and not uodbc.
authorFrank M. Kromann <fmk@php.net>
Wed, 29 Nov 2000 22:10:46 +0000 (22:10 +0000)
committerFrank M. Kromann <fmk@php.net>
Wed, 29 Nov 2000 22:10:46 +0000 (22:10 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index e681bd2e19241af25db1e63d76cac28efb9361f8..39cd55e00b76297febcc61eb643b7376cb1b39bb 100644 (file)
@@ -348,15 +348,15 @@ debugger.enabled  =       False
 sql.safe_mode  =       Off
 
 [ODBC]
-;uodbc.default_db              =       Not yet implemented
-;uodbc.default_user            =       Not yet implemented
-;uodbc.default_pw              =       Not yet implemented
-uodbc.allow_persistent =       On      ; allow or prevent persistent links
-uodbc.check_persistent  =      On      ; check that a connection is still validbefore reuse
-uodbc.max_persistent   =       -1      ; maximum number of persistent links. -1 means no limit
-uodbc.max_links                        =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
-uodbc.defaultlrl       =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
-uodbc.defaultbinmode   =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
+;odbc.default_db               =       Not yet implemented
+;odbc.default_user             =       Not yet implemented
+;odbc.default_pw               =       Not yet implemented
+odbc.allow_persistent  =       On      ; allow or prevent persistent links
+odbc.check_persistent  =       On      ; check that a connection is still validbefore reuse
+odbc.max_persistent    =       -1      ; maximum number of persistent links. -1 means no limit
+odbc.max_links                 =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
+odbc.defaultlrl        =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
+odbc.defaultbinmode    =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
 ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation of uodbc.defaultlrl
 ; and uodbc.defaultbinmode
 
index 035808bf5f9e6bb56307f9f8d8d7c048f91fed8b..42a4146f4200afd086e6a6804dfa126b91586c1f 100644 (file)
@@ -330,15 +330,15 @@ debugger.enabled  =       False
 sql.safe_mode  =       Off
 
 [ODBC]
-;uodbc.default_db              =       Not yet implemented
-;uodbc.default_user            =       Not yet implemented
-;uodbc.default_pw              =       Not yet implemented
-uodbc.allow_persistent =       On      ; allow or prevent persistent links
-uodbc.check_persistent  =      On      ; check that a connection is still validbefore reuse
-uodbc.max_persistent   =       -1      ; maximum number of persistent links. -1 means no limit
-uodbc.max_links                        =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
-uodbc.defaultlrl       =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
-uodbc.defaultbinmode   =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
+;odbc.default_db               =       Not yet implemented
+;odbc.default_user             =       Not yet implemented
+;odbc.default_pw               =       Not yet implemented
+odbc.allow_persistent  =       On      ; allow or prevent persistent links
+odbc.check_persistent  =       On      ; check that a connection is still validbefore reuse
+odbc.max_persistent    =       -1      ; maximum number of persistent links. -1 means no limit
+odbc.max_links                 =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
+odbc.defaultlrl        =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
+odbc.defaultbinmode    =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
 ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation of uodbc.defaultlrl
 ; and uodbc.defaultbinmode
 
index 035808bf5f9e6bb56307f9f8d8d7c048f91fed8b..42a4146f4200afd086e6a6804dfa126b91586c1f 100644 (file)
@@ -330,15 +330,15 @@ debugger.enabled  =       False
 sql.safe_mode  =       Off
 
 [ODBC]
-;uodbc.default_db              =       Not yet implemented
-;uodbc.default_user            =       Not yet implemented
-;uodbc.default_pw              =       Not yet implemented
-uodbc.allow_persistent =       On      ; allow or prevent persistent links
-uodbc.check_persistent  =      On      ; check that a connection is still validbefore reuse
-uodbc.max_persistent   =       -1      ; maximum number of persistent links. -1 means no limit
-uodbc.max_links                        =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
-uodbc.defaultlrl       =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
-uodbc.defaultbinmode   =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
+;odbc.default_db               =       Not yet implemented
+;odbc.default_user             =       Not yet implemented
+;odbc.default_pw               =       Not yet implemented
+odbc.allow_persistent  =       On      ; allow or prevent persistent links
+odbc.check_persistent  =       On      ; check that a connection is still validbefore reuse
+odbc.max_persistent    =       -1      ; maximum number of persistent links. -1 means no limit
+odbc.max_links                 =       -1      ; maximum number of links (persistent+non persistent). -1 means no limit
+odbc.defaultlrl        =       4096    ; Handling of LONG fields. Returns number of bytes to variables, 0 means passthru
+odbc.defaultbinmode    =       1       ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char
 ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation of uodbc.defaultlrl
 ; and uodbc.defaultbinmode