I have the extension loaded, it shows in php -m, it also works inside my php code just fine, but extension_exists("xhprof") and function_exists("xhprof_enable") return false for some unknown reason
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a simple script for reproducing the error.
Ran extension_exists('xhprof').
Bug Report
I have the extension loaded, it shows in
php -m
, it also works inside my php code just fine, butextension_exists("xhprof")
andfunction_exists("xhprof_enable")
return false for some unknown reasonPlease answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a simple script for reproducing the error. Ran
extension_exists('xhprof')
.What did you expect to see? Returns
true
What did you see instead Returns
false
What is your Xhprof version? v2.3.9
php 8.2