Configurazione di Runtime
Il comportamento di queste funzioni รจ influenzato dalle impostazioni di php.ini.
| Nome | Default | Modificabile | Storico dei cambiamenti |
|---|---|---|---|
| apd.dumpdir | NULL | PHP_INI_ALL | |
| apd.statement_tracing | "0" | PHP_INI_ALL | Available since apd 0.9. |
Breve descrizione dei parametri di configurazione.
-
apd.dumpdirstring -
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_tracingboolean -
Specfies whether or not to do per-line tracings. Turning this on (1) will impact the performance of your application.
There are no user contributed notes for this page.
