We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7532217 commit 811b996Copy full SHA for 811b996
www/status.php
@@ -23,6 +23,7 @@
23
$retVal["phpversion()"] = phpversion();
24
$retVal["sys_getloadavg()"] = sys_getloadavg();
25
$retVal["sys_get_temp_dir()"] = sys_get_temp_dir();
26
+ $retVal["PHP " . phpversion() . " PCRE " . PCRE_VERSION];
27
28
if (isset($_REQUEST['callback']))
29
{
0 commit comments