| Patch fix-freetds.comf-typos for *Configuration Issues Bug #60489Patch version 2011-12-09 22:13 UTCReturn to Bug #60489 |
Download this patch Patch Revisions:
 Developer: danbrown
$ svn diff
Index: php.ini-production
===================================================================
--- php.ini-production	(revision 320806)
+++ php.ini-production	(working copy)
@@ -1663,7 +1663,7 @@
 ;mssql.max_procs = -1
 
 ; Specify client character set.
-; If empty or not set the client charset from freetds.comf is used
+; If empty or not set the client charset from freetds.conf is used
 ; This is only used when compiled with FreeTDS
 ;mssql.charset = "ISO-8859-1"
 
Index: php.ini-development
===================================================================
--- php.ini-development	(revision 320806)
+++ php.ini-development	(working copy)
@@ -1663,7 +1663,7 @@
 ;mssql.max_procs = -1
 
 ; Specify client character set.
-; If empty or not set the client charset from freetds.comf is used
+; If empty or not set the client charset from freetds.conf is used
 ; This is only used when compiled with FreeTDS
 ;mssql.charset = "ISO-8859-1"
 |