From: Felipe Pena Date: Fri, 9 Dec 2011 22:43:01 +0000 (+0000) Subject: - Fixed bug #60489 (Simple Typo In php.ini Files) X-Git-Tag: php-5.4.0RC4~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e06b00e713eb6407ee14a2821dd67f7ee7f379f;p=php - Fixed bug #60489 (Simple Typo In php.ini Files) patch by: danbrown at php.net --- diff --git a/php.ini-development b/php.ini-development index fc04d85918..e970570460 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1663,7 +1663,7 @@ mssql.secure_connection = Off ;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" diff --git a/php.ini-production b/php.ini-production index 444a843976..11cb31c437 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1663,7 +1663,7 @@ mssql.secure_connection = Off ;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"