From fbe48da3962c1ced39c2e6aa0064c207c6bc3caf Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 9 Dec 2011 22:43:01 +0000 Subject: [PATCH] - Fixed bug #60489 (Simple Typo In php.ini Files) patch by: danbrown at php.net --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index 328d97cb67..b8aef6a374 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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" 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" -- 2.50.1