Skip to content

Commit 7d687fb

Browse files
committed
Merge pull request #131 from fprochazka/patch-2
Panel: add xdebug version to info panel
2 parents 5935b32 + c2befe8 commit 7d687fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Tracy/assets/Bar/info.panel.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $info = array_filter([
2121
'Server IP' => isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : NULL,
2222
'HHVM' => defined('HHVM_VERSION') ? HHVM_VERSION : NULL,
2323
'PHP' => PHP_VERSION,
24+
'Xdebug' => extension_loaded('xdebug') ? phpversion('xdebug') : NULL,
2425
'Tracy' => Debugger::VERSION,
2526
'Server' => isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : NULL,
2627
] + (array) $this->data);

0 commit comments

Comments
 (0)