Environments
CHMPX PHP Extension library does not define its own environment variable. However, the environment variable defined by CHMPX is loaded into CHMPX PHP Extension library through it. For information on these environment variables, please see here.
INI settings
The behaviour of the library can be affected by settings in php.ini as well as by using ini_set. The configuration directives below are defined by CHMPX PHP Extension.
chmpxpx.debug
Specify the log levels of the library among the following values. This parameter can be set anywhere(PHP_INI_ALL
).
- error
the level of the importance of the message is the “error” level - info
the level of the importance of the message is the “info” level - warning
the level of the importance of the message is the “warning” level - silent(default)
the level of the importance of the message is the “silent” level which is the default level