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> <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>
'; ';