Runtime Configuration
The behaviour of these functions is affected by settings in php.ini.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| apd.dumpdir | NULL | PHP_INI_ALL | |
| apd.statement_tracing | "0" | PHP_INI_ALL | موجود از زمان apd 0.9. |
Here's a short explanation of the configuration directives.
- apd.dumpdir string
-
تعیین کننده دایرکتوری برای نوشتن فایلهای کپی است. میتوانید مسیر نسبی یا مسیر کامل تعیین کنید.
میتوانید دایرکتوری دیگری به عنوان آرگومان apd_set_pprof_trace() تعیین کنید.
- apd.statement_tracing boolean
-
تعیینکننده پیگیری برای هر خط است. روشن نمودن آن (1) بر عملکرد برنامه شما اثر خواهد گذاشت.
There are no user contributed notes for this page.
