安装/配置
PHP 手册

运行时配置

这些函数的行为受 php.ini 的影响。

Ingres configuration options
Name Default Changeable Changelog
ingres.allow_persistent "1" PHP_INI_SYSTEM Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.max_persistent "-1" PHP_INI_SYSTEM Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.max_links "-1" PHP_INI_SYSTEM Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.default_database NULL PHP_INI_ALL Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.default_user NULL PHP_INI_ALL Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.default_password NULL PHP_INI_ALL Available since PHP 4.0.2. Removed in PHP 5.1.0.
ingres.report_db_warnings "1" PHP_INI_ALL Available since ingres 1.1.
ingres.cursor_mode "0" PHP_INI_ALL Available since ingres 1.1.
ingres.blob_segment_length "4096" PHP_INI_ALL Available since ingres 1.2.0.
ingres.trace_connect "0" PHP_INI_ALL Available since ingres 1.2.1.
ingres.timeout "-1" PHP_INI_ALL Available since ingres 1.4.0.
ingres.array_index_start "1" PHP_INI_ALL Available since ingres 1.4.0.

有关 PHP_INI_* 常量进一步的细节与定义参见php.ini 配置选项


安装/配置
PHP 手册