show PHP version (particularly useful when debugging php vs hhvm)

This commit is contained in:
Shish 2015-04-18 10:31:15 +01:00
parent 926e3ff5c0
commit 55c3fd8f38

View file

@ -1537,7 +1537,7 @@ function _fatal_error(Exception $e) {
<body>
<h1>Internal Error</h1>
<p><b>Message:</b> '.$message.'
<p><b>Version:</b> '.$version.'
<p><b>Version:</b> '.$version.' (on '.phpversion().')
</body>
</html>
';