Skip to content

Commit 811b996

Browse files
committed
added version info to status
1 parent 7532217 commit 811b996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/status.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
$retVal["phpversion()"] = phpversion();
2424
$retVal["sys_getloadavg()"] = sys_getloadavg();
2525
$retVal["sys_get_temp_dir()"] = sys_get_temp_dir();
26+
$retVal["PHP " . phpversion() . " PCRE " . PCRE_VERSION];
2627

2728
if (isset($_REQUEST['callback']))
2829
{

0 commit comments

Comments
 (0)