Browse Source

- Fixed bug #60489 (Simple Typo In php.ini Files)

patch by: danbrown at php.net
pull/7/head
Felipe Pena 15 years ago
parent
commit
0c9fb81c50
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
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"

2
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"

Loading…
Cancel
Save