felipe                                   Fri, 09 Dec 2011 22:43:01 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=320811

Log:
- Fixed bug #60489 (Simple Typo In php.ini Files)
  patch by: danbrown at php.net

Bug: https://bugs.php.net/60489 (Closed) Simple Typo In php.ini Files
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/php.ini-development
    U   php/php-src/branches/PHP_5_3/php.ini-production
    U   php/php-src/branches/PHP_5_4/php.ini-development
    U   php/php-src/branches/PHP_5_4/php.ini-production
    U   php/php-src/trunk/php.ini-development
    U   php/php-src/trunk/php.ini-production

Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development    2011-12-09 21:43:57 UTC 
(rev 320810)
+++ php/php-src/branches/PHP_5_3/php.ini-development    2011-12-09 22:43:01 UTC 
(rev 320811)
@@ -1711,7 +1711,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"


Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production     2011-12-09 21:43:57 UTC 
(rev 320810)
+++ php/php-src/branches/PHP_5_3/php.ini-production     2011-12-09 22:43:01 UTC 
(rev 320811)
@@ -1711,7 +1711,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"


Modified: php/php-src/branches/PHP_5_4/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_4/php.ini-development    2011-12-09 21:43:57 UTC 
(rev 320810)
+++ php/php-src/branches/PHP_5_4/php.ini-development    2011-12-09 22:43:01 UTC 
(rev 320811)
@@ -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"


Modified: php/php-src/branches/PHP_5_4/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_4/php.ini-production     2011-12-09 21:43:57 UTC 
(rev 320810)
+++ php/php-src/branches/PHP_5_4/php.ini-production     2011-12-09 22:43:01 UTC 
(rev 320811)
@@ -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"


Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development       2011-12-09 21:43:57 UTC (rev 
320810)
+++ php/php-src/trunk/php.ini-development       2011-12-09 22:43:01 UTC (rev 
320811)
@@ -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"


Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production        2011-12-09 21:43:57 UTC (rev 
320810)
+++ php/php-src/trunk/php.ini-production        2011-12-09 22:43:01 UTC (rev 
320811)
@@ -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 CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to