Directive |
Type |
Modification Scope |
Description |
---|---|---|---|
boolean |
ZEND_INI_PERDIR |
Is tracing functionality enabled? |
|
string |
PHP_INI_SYSTEM |
The size of the trace memory buffer |
|
integer |
PHP_INI_ALL |
The type of dump produced |
|
integer |
PHP_INI_ALL |
The maximal length of the string before it is cut |
|
integer |
PHP_INI_ALL |
The maximal depth of the array preserved |
|
integer |
PHP_INI_ALL |
The maximal number of the array elements preserved |
|
string |
PHP_INI_ALL |
The prefix for the dump file names, relative to zend.data_dir. |
|
boolean |
PHP_INI_ALL |
Timestamp collection is enabled |
|
boolean |
PHP_INI_ALL |
Source file information collection is enabled |
|
boolean |
PHP_INI_ALL |
Internal functions call collection is enabled |
|
boolean |
PHP_INI_ALL |
User functions call collection is enabled |
|
boolean |
PHP_INI_ALL |
Include/require data collection is enabled |
|
boolean |
PHP_INI_ALL |
Function call argument collection is enabled |
|
boolean |
PHP_INI_ALL |
Function return value collection is enabled |
|
boolean |
PHP_INI_ALL |
PHP exception data collection is enabled |
|
boolean |
PHP_INI_ALL |
Array contents recording is enabled |
|
boolean |
PHP_INI_ALL |
Output data (writing) collection is enabled |
|
boolean |
PHP_INI_ALL |
Output headers collection is enabled |
|
boolean |
PHP_INI_ALL |
Memory usage data collection is enabled |
|
boolean |
PHP_INI_ALL |
PHP error collection is enabled |
|
boolean |
PHP_INI_ALL |
Zend Monitor event recording is enabled |
|
boolean |
PHP_INI_ALL |
Trace data is always persisted |
|
boolean |
PHP_INI_ALL |
Trace data is persisted if fatal signal (like Segmentation Fault) happens |
|
integer |
PHP_INI_SYSTEM |
Minimum amount of seconds between successive dumps. |
|
string |
PHP_INI_SYSTEM |
Log file for the Code Tracing module (relative to the log dir). |
|
integer |
PHP_INI_SYSTEM |
Logging verbosity level. |
|
string |
PHP_INI_SYSTEM |
List of overriding functions. |
|
integer |
PHP_INI_ALL |
Number of concurrent trace buffer allocated |
|
integer |
PHP_INI_ALL |
The maximum size of the log file before it is rotated |
|
zend_codetracing.max_disk_space |
integer |
PHP_INI_ALL |
The maximum disk space for trace files |
Is tracing functionality enabled?
Type: boolean
Default Value: 1
Available since version 4.0
The size of the trace memory buffer
Type: string
Units: Bytes
Default Value: 1M
Available since version 4.0
The type of dump produced
Type: integer
Default Value: 2
Available since version 4.0
The maximal length of the string before it is cut
Type: integer
Units: Bytes
Default Value: 48
Available since version 4.0
The maximal depth of the array preserved
Type: integer
Default Value: 2
Available since version 4.0
The maximal number of the array elements preserved
Type: integer
Default Value: 10
Available since version 4.0
The prefix for the dump file names, relative to zend.data_dir.
Type: string
Default Value: codetracing/dump
Available since version 4.0
Timestamp collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Source file information collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Internal functions call collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
User functions call collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Include/require data collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Function call argument collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Function return value collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
PHP exception data collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Array contents recording is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Output data (writing) collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Output headers collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Memory usage data collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
PHP error collection is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Zend Monitor event recording is enabled
Type: boolean
Default Value: 1
Available since version 4.0
Trace data is always persisted
Type: boolean
Default Value: 0
Available since version 4.0
Trace data is persisted if fatal signal (like Segmentation Fault) happens
Type: boolean
Default Value: 1
Available since version 4.0
Minimum amount of seconds between successive dumps.
Type: integer
Default Value: 1
Available since version 4.0
Log file for the Code Tracing module (relative to the log dir).
Type: string
Default Value: codetracing.log
Available since version 4.0
Logging verbosity level.
Type: integer
Default Value: 0
Available since version 4.0
List of overriding functions. Can contain function names, wildcards (prefix_*) and references to files (@filename). Entries are separated by comma. File contains one entry per line, which can be function name or wildcard.
Type: string
Default Value: @ZEND_PREFIX/etc/functions.txt
Available since version 4.0
Number of concurrent trace buffer allocated
Type: integer
Default Value: 5
Available since version 4.0
The maximum size of the log file before it is rotated
Type: integer
Units: MBytes
Default Value: 10
Available since version 4.0
The maximum disk space for trace files.
Type: integer
Units: MBytes
Default Value: 5120
Available since version 6.1
© 1999-2013 Zend Technologies, Ltd. All rights reserved.