fbdfc41927
* feat: Add PHP_FPM_INSTALL_XHPROF as an option to install xhprof extension * fix: INSTALL_XHPROF default value set false
8 lines
208 B
INI
8 lines
208 B
INI
[xhprof]
|
|
; extension=xhprof.so
|
|
extension=tideways.so
|
|
xhprof.output_dir=/var/www/xhprof
|
|
; no need to autoload, control in the program
|
|
tideways.auto_prepend_library=0
|
|
; set default rate
|
|
tideways.sample_rate=100 |