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 | 9e06b00e713eb6407ee14a2821dd67f7ee7f379f (patch) | |
tree | 657c64abfcd4e52da9df6b3b1d71a1f605945384 /php.ini-production | |
parent | e29c46a50dbb6b42a8a278ea0ce288d14115fcbc (diff) | |
download | php-git-9e06b00e713eb6407ee14a2821dd67f7ee7f379f.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 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" |