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.
1 parent c5354a7 commit fe37f04Copy full SHA for fe37f04
src/DebugBar/DataCollector/PhpInfoCollector.php
@@ -29,7 +29,7 @@ public function getName()
29
public function collect()
30
{
31
return array(
32
- 'version' => PHP_VERSION,
+ 'version' => implode('.', [PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION]),
33
'interface' => PHP_SAPI
34
);
35
}
0 commit comments