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

zend_utils.log_verbosity_level

2

Sets the log verbosity level of Zend Utilis logs [0-5]

zend_utils.use_graceful_restart

0

Restart API uses a graceful restart

zend_utils.aix_restart_cmd

"SBMJOB CMD(CALL PGM(ZENDSVR/ZCCPHPR001)) JOB(PHP_RESTRT) JOBD(ZENDSVR/ZSVR_JOBD) JOBQ(ZENDSVR/ZSVR_JOBQ)"

Command to restart web server on aix

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.aix_restart_cmd

Command to restart web server on aix

Applicable On: IBMi

Default Value: "SBMJOB CMD(CALL PGM(ZENDSVR/ZCCPHPR001)) JOB(PHP_RESTRT) JOBD(ZENDSVR/ZSVR_JOBD) JOBQ(ZENDSVR/ZSVR_JOBQ)"

Type: string

Modification Scope: ZEND_INI_SYSTEM

Available Since Version: 4.0