Runtime Configuration
The behaviour of these functions is affected by settings in php.ini.
For further details and definitions of the
PHP_INI_* modes, see the
Where a configuration setting may be set.
Here's a short explanation of
the configuration directives.
-
apd.dumpdir
string
-
Sets the directory in which APD writes profile dump files.
You can specify an absolute path or a relative path.
You can specify a different directory as an argument
to apd_set_pprof_trace.
-
apd.statement_tracing
boolean
-
Specfies whether or not to do per-line tracings. Turning this on (1) will
impact the performance of your application.