mboeren         Mon Oct 28 04:54:21 2002 EDT

  Modified files:              
    /php4       php.ini-dist php.ini-recommended 
  Log:
  Added dbx.colnames_case option that controls the case of the returned
  column names.
  
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.167 php4/php.ini-dist:1.168
--- php4/php.ini-dist:1.167     Mon Oct 21 09:09:29 2002
+++ php4/php.ini-dist   Mon Oct 28 04:54:21 2002
@@ -721,6 +721,16 @@
 ; 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: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.115 php4/php.ini-recommended:1.116
--- php4/php.ini-recommended:1.115      Mon Oct 21 09:09:29 2002
+++ php4/php.ini-recommended    Mon Oct 28 04:54:21 2002
@@ -738,6 +738,16 @@
 ; 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to