show PHP version (particularly useful when debugging php vs hhvm)
This commit is contained in:
parent
926e3ff5c0
commit
55c3fd8f38
@ -1537,7 +1537,7 @@ function _fatal_error(Exception $e) {
|
|||||||
<body>
|
<body>
|
||||||
<h1>Internal Error</h1>
|
<h1>Internal Error</h1>
|
||||||
<p><b>Message:</b> '.$message.'
|
<p><b>Message:</b> '.$message.'
|
||||||
<p><b>Version:</b> '.$version.'
|
<p><b>Version:</b> '.$version.' (on '.phpversion().')
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
';
|
';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user