以下の関数により mSQLデータベースサーバーにアクセスすることが可 能になります。mSQLに関する詳細な情報は、 http://www.hughes.com.au/ にあります。 以下の関数を利用可能とするには、 --with-msql[=dir] オプションによ りmSQLサポートを追加してPHPをコンパイルする必要があります。 デフォルトの位置は、 /usr/local/Hughes です。 Win32ユーザへの注意 このモジュールをWindows環境で使用可能とするには、 msql.dll をPHP/Win32バイナリパッケージのDLLフォ ルダから使用するWindowsマシンのSYSTEM32フォルダ(例: C:\WINNT\SYSTEM32またはC:\WINDOWS\SYSTEM32)にコピーする必要がありま す。 これらの関数の動作は、 php.ini の設定により変化します。 表 1mSQL configuration options Here is a short explanation of the configuration directives. Whether to allow persistent mSQL connections. The maximum number of persistent mSQL connections per process. The maximum number of mSQL connections per process, including persistent connections. これらの定数は、この拡張モジュールで定義されており、 この拡張モジュールがPHP内部にコンパイルされているか実行時に動的にロー ドされるかのどちらかの場合のみ使用可能です。