Laufzeit-Konfiguration
Das Verhalten dieser Funktionen wird
durch Einstellungen in der php.ini beeinflusst.
Weitere Details und die Definitionen der
PHP_INI_*-Konstanten finden Sie im
Wo Konfigurationseinstellungen gesetzt werden können.
Hier eine kurze Erklärung der
Konfigurationsoptionen:
-
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.