The behaviour of these functions is affected by settings in php.ini.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| ibase.allow_persistent | "1" | INI_SYSTEM | |
| ibase.max_persistent | "-1" | INI_SYSTEM | |
| ibase.max_links | "-1" | INI_SYSTEM | |
| ibase.default_db | NULL | INI_SYSTEM | |
| ibase.default_user | NULL | INI_ALL | |
| ibase.default_password | NULL | INI_ALL | |
| ibase.default_charset | NULL | INI_ALL | |
| ibase.timestampformat | "%Y-%m-%d %H:%M:%S" | INI_ALL | |
| ibase.dateformat | "%Y-%m-%d" | INI_ALL | |
| ibase.timeformat | "%H:%M:%S" | INI_ALL |
Here's a short explanation of the configuration directives.
ibase.allow_persistent boolibase.max_persistent intibase.max_links intibase.default_db stringibase.default_user stringibase.default_password stringibase.default_charset stringibase.timestampformat stringibase.dateformat stringibase.timeformat string