]> granicus.if.org Git - php/commitdiff
Added dbx.colnames_case option that controls the case of the returned
authorMarc Boeren <mboeren@php.net>
Mon, 28 Oct 2002 09:54:21 +0000 (09:54 +0000)
committerMarc Boeren <mboeren@php.net>
Mon, 28 Oct 2002 09:54:21 +0000 (09:54 +0000)
column names.

php.ini-dist
php.ini-recommended

index 61910638e60c8d7f851af327fd2059d0f1927722..f222ad46f4cff07f7a2d9c91259ea397b5e2a5e2 100644 (file)
@@ -721,6 +721,16 @@ sybct.min_server_severity = 10
 ; Minimum client message severity to display.
 sybct.min_client_severity = 10
 
+[dbx]
+; returned column names can be converted for compatibility reasons
+; possible values for dbx.colnames_case are
+; "unchanged" (default, if not set)
+; "lowercase"
+; "uppercase"
+; the recommended default is either upper- or lowercase, but
+; unchanged is currently set for backwards compatibility
+dbx.colnames_case = "unchanged"
+
 [bcmath]
 ; Number of decimal digits for all bcmath functions.
 bcmath.scale = 0
index 20957460eb9e025ff03a014786af6a8b23c3f3b3..81004152a66861f4d4d7e22fda9666e4ab2a41c4 100644 (file)
@@ -738,6 +738,16 @@ sybct.min_server_severity = 10
 ; Minimum client message severity to display.
 sybct.min_client_severity = 10
 
+[dbx]
+; returned column names can be converted for compatibility reasons
+; possible values for dbx.colnames_case are
+; "unchanged" (default, if not set)
+; "lowercase"
+; "uppercase"
+; the recommended default is either upper- or lowercase, but
+; unchanged is currently set for backwards compatibility
+dbx.colnames_case = "lowercase"
+
 [bcmath]
 ; Number of decimal digits for all bcmath functions.
 bcmath.scale = 0