El comportamiento de estas funciones es afectado por la configuración en el archivo php.ini.
| Nombre | Por defecto | Cambiable | Historial de cambios |
|---|---|---|---|
| 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 |
Aquí hay una aclaración sobre el uso de las directivas de configuración.
ibase.allow_persistent
bool
ibase.max_persistent
int
ibase.max_links
int
ibase.default_db
string
ibase.default_user
string
ibase.default_password
string
ibase.default_charset
string
ibase.timestampformat
string
ibase.dateformat
string
ibase.timeformat
string