show PHP version (particularly useful when debugging php vs hhvm)
This commit is contained in:
parent
926e3ff5c0
commit
55c3fd8f38
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
';
|
||||
|
|
Reference in a new issue