Zend Utils - Configuration Directives
This topic lists all the configuration directives for Zend Utils.
Configuration Directives Summary
The table below is a summary of all the Zend Utils configuration directives, and displays the directive name, its default value, and a description:
Directive |
Default Value |
Description |
2 |
Sets the log verbosity level of Zend Utilis logs [0-5] |
|
0 |
Restart API uses a graceful restart |
|
1 |
Create mini dumps when a crash occurs |
|
0 |
Break and wait for debugger when a crash occurs |
|
AIX_RESTART_CMD |
Command to restart web server on aix |
|
CLEANER_CONFIG_FILE |
Generic cleaner configuration file |
|
Configuration Directives Details
The list below contains information for all the available configuration directives for Zend Utils: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
zend_utils.log_verbosity_level
Verbosity_level for most components that have a log (except Zend Debugger, Zend Guard Loader and Optimizer+):
0- ZERROR (is always be displayed - indicates an error that can't be recovered)
1- ZWARNING (displays a warning - indicates a warning (recoverable error) that the application can still run with)
2- ZNOTICE (displays a notice - indicates that something wrong has happened)
3- ZDBG1 (debug purposes only - high priority messages)
4- ZDBG2 (debug purposes only - medium priority messages)
5- ZDBG3 (debug purposes only - low priority messages)
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.use_graceful_restart
Restart API uses a graceful restart
Default Value: 0
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.enable_crash_dumps
Create mini dumps when a crash occurs
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.enable_crash_breaks
Break and wait for debugger when a crash occurs
Default Value: 0
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.aix_restart_cmd
Command to restart web server on aix
Applicable On: IBMi
Default Value: AIX_RESTART_CMD
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.cleaner_config_file
Generic cleaner configuration file
Default Value: CLEANER_CONFIG_FILE
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
zend_utils.fake_geo_ip
Default Value:
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 6.1