php.ini の設定により動作が変化します。
| 名前 | デフォルト | 変更の可否 | 変更履歴 |
|---|---|---|---|
| ingres.allow_persistent | "1" | PHP_INI_SYSTEM | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.max_persistent | "-1" | PHP_INI_SYSTEM | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.max_links | "-1" | PHP_INI_SYSTEM | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.default_database | NULL | PHP_INI_ALL | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.default_user | NULL | PHP_INI_ALL | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.default_password | NULL | PHP_INI_ALL | PHP 4.0.2 以降で使用可能です。PHP 5.1.0 で削除されました。 |
| ingres.report_db_warnings | "1" | PHP_INI_ALL | ingres 1.1 以降で使用可能です。 |
| ingres.cursor_mode | "0" | PHP_INI_ALL | ingres 1.1 以降で使用可能です。 |
| ingres.blob_segment_length | "4096" | PHP_INI_ALL | ingres 1.2.0 以降で使用可能です。 |
| ingres.trace_connect | "0" | PHP_INI_ALL | ingres 1.2.1 以降で使用可能です。 |
| ingres.timeout | "-1" | PHP_INI_ALL | ingres 1.4.0 以降で使用可能です。 |
| ingres.array_index_start | "1" | PHP_INI_ALL | ingres 1.4.0 以降で使用可能です。 |