We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5935b32 + c2befe8 commit 7d687fbCopy full SHA for 7d687fb
1 file changed
src/Tracy/assets/Bar/info.panel.phtml
@@ -21,6 +21,7 @@ $info = array_filter([
21
'Server IP' => isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : NULL,
22
'HHVM' => defined('HHVM_VERSION') ? HHVM_VERSION : NULL,
23
'PHP' => PHP_VERSION,
24
+ 'Xdebug' => extension_loaded('xdebug') ? phpversion('xdebug') : NULL,
25
'Tracy' => Debugger::VERSION,
26
'Server' => isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : NULL,
27
] + (array) $this->data);
0 commit comments