Configuration

The behavior of the PBMS functions is affected by settings in the global configuration file php.ini. Please refer to the PHP manual for more information about the PHP configuration file.

PBMS configuration options
Name Default Changeable Description
pbms.default_host "localhost" PHP_INI_ALL The default server host to use when connecting to the PBMS engine if no other host is specified.
pbms.default_port 8080 PHP_INI_ALL The default port number to use when connecting to the PBMS engine if no other port number is specified.
pbms.default_database "PHP_TEST" PHP_INI_ALL The default data database name to use when connecting to the PBMS engine if no other database name is specified.
pbms.pool_size 0 PHP_INI_SYSTEM The maximum pool connections size to allow on any one server. Connection inside of a pool are persistent, so if you require persistent connections set this to the maximum number of persistent connections that you wish to have open.
pbms.max_connections -1 PHP_INI_SYSTEM The maximum number of PBMS connections per process, including persistent connections.