Requerimientos
You must install the FrontBase database server or at least the
fbsql client libraries to use this functions_ You can get FrontBase
from http://www_frontbase_com/_
Instalación
In order to have these functions available, you must compile PHP with
fbsql support by using the
__with_fbsql[=DIR] option_ If you use
this option without specifying the path to fbsql, PHP will search for the
fbsql client libraries in the default installation location for the
platform_ Users who installed FrontBase in a non standard directory should
always specify the path to fbsql:
__with_fbsql=/path/to/fbsql_ This will
force PHP to use the client libraries installed by FrontBase, avoiding any
conflicts_
Configuración en tiempo de
ejecución
El comportamiento de estas
funciones está afectado por los valores definidos en
php_ini_
Tabla 1_ FrontBase configuration options
| Name | Default | Changeable |
|---|
| fbsql_allow_persistent | "1" | PHP_INI_SYSTEM |
| fbsql_generate_warnings | "0" | PHP_INI_SYSTEM |
| fbsql_autocommit | "1" | PHP_INI_SYSTEM |
| fbsql_max_persistent | "_1" | PHP_INI_SYSTEM |
| fbsql_max_links | "128" | PHP_INI_SYSTEM |
| fbsql_max_connections | "128" | PHP_INI_SYSTEM |
| fbsql_max_results | "128" | PHP_INI_SYSTEM |
| fbsql_batchSize | "1000" | PHP_INI_SYSTEM |
| fbsql_default_host | NULL | PHP_INI_SYSTEM |
| fbsql_default_user | "_SYSTEM" | PHP_INI_SYSTEM |
| fbsql_default_password | "" | PHP_INI_SYSTEM |
| fbsql_default_database | "" | PHP_INI_SYSTEM |
| fbsql_default_database_password | "" | PHP_INI_SYSTEM |
For further details and definition of the PHP_INI_* constants see
ini_set()_
Constantes predefinidas
Estas constantes están
definidas por esta extensión y estarán disponibles
solamente cuando la extensión ha sido o bien compilada dentro
de PHP o grabada dinámicamente en tiempo de ejecución_