diff options
author | Felipe Pena <felipe@php.net> | 2011-12-09 22:43:01 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-12-09 22:43:01 +0000 |
commit | fbe48da3962c1ced39c2e6aa0064c207c6bc3caf (patch) | |
tree | a26dd28dded6c928d69c2be521d05e5013433221 /php.ini-production | |
parent | 183493d624d28b172a6a56adc4a31347e01a10bc (diff) | |
download | php-git-fbe48da3962c1ced39c2e6aa0064c207c6bc3caf.tar.gz |
- Fixed bug #60489 (Simple Typo In php.ini Files)
patch by: danbrown at php.net
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 78df6c008f..be3b9708f1 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1711,7 +1711,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" |