mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
Merge pull request #245 from pavankumarkatakam/master
Added PHP_SAPI in Php data collector
This commit is contained in:
commit
173f33493f
@ -18,7 +18,8 @@ class PhpInfoCollector extends DataCollector
|
|||||||
public function collect()
|
public function collect()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'version' => PHP_VERSION
|
'version' => PHP_VERSION,
|
||||||
|
'interface' => PHP_SAPI
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user