PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

リソース型> <インストール手順
Last updated: Fri, 03 Oct 2008

view this page in

実行時設定

php.ini の設定により動作が変化します。

MS SQL Server 設定オプション
名前 デフォルト 変更の可否 変更履歴
mssql.allow_persistent "1" PHP_INI_SYSTEM  
mssql.max_persistent "-1" PHP_INI_SYSTEM  
mssql.max_links "-1" PHP_INI_SYSTEM  
mssql.min_error_severity "10" PHP_INI_ALL  
mssql.min_message_severity "10" PHP_INI_ALL  
mssql.compatability_mode "0" PHP_INI_ALL  
mssql.connect_timeout "5" PHP_INI_ALL  
mssql.timeout "60" PHP_INI_ALL PHP 4.1.0 以降で使用可能です。
mssql.textsize "-1" PHP_INI_ALL  
mssql.textlimit "-1" PHP_INI_ALL  
mssql.batchsize "0" PHP_INI_ALL PHP 4.0.4 以降で使用可能です。
mssql.datetimeconvert "1" PHP_INI_ALL PHP 4.2.0 以降で使用可能です。
mssql.secure_connection "0" PHP_INI_SYSTEM PHP 4.3.0 以降で使用可能です。
mssql.max_procs "-1" PHP_INI_ALL PHP 4.3.0 以降で使用可能です。
PHP_INI_* 定数の詳細および定義については php.ini ディレクティブ を参照してください。



add a note add a note User Contributed Notes
実行時設定
valli at icsurselva dot ch
04-Sep-2008 12:28
There also exists a configuration option called 'mssql.charset'.
It will override the 'client charset' setting in freetds.conf.
AFAIK this will only take effect if the 'tds version' setting
in freetds.conf is >=7.0

リソース型> <インストール手順
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites