php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch fix-freetds.comf-typos for *Configuration Issues Bug #60489

Patch version 2011-12-09 22:13 UTC

Return 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"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 02:01:32 2024 UTC