April 2026
Intermediate
1009 pages
34h 15m
English
The php.ini configuration file contains the setting options listed in Table 23.1.
|
Parameters |
Description |
Default Value |
|---|---|---|
|
pgsql.allow_persistent |
Indicates whether persistent connections are possible |
"1" |
|
pgsql.auto_reset_persistent |
Specifies whether terminated persistent connections should be reset automatically |
"0" |
|
pgsql.ignore_notice |
Specifies whether warnings (not error messages!) should be ignored |
"0" |
|
pgsql.log_notice |
Specifies whether warning messages should be logged (if pgsql.ignore_notice="0") |
"0" |
|
pgsql.max_links |
Maximum number of connections |
"-1" (unlimited) |
|
pgsql.max_persistent |
Maximum number of persistent connections |
"-1" |
Table 23.1 The Configuration Parameters ...
Read now
Unlock full access