feat: Add PHP_FPM_INSTALL_XHPROF as an option to install xhprof extension (#2077)
* feat: Add PHP_FPM_INSTALL_XHPROF as an option to install xhprof extension * fix: INSTALL_XHPROF default value set false
This commit is contained in:
committed by
Shao Yu-Lung (Allen)
parent
7ea44ca25a
commit
fbdfc41927
8
php-fpm/xhprof.ini
Normal file
8
php-fpm/xhprof.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user