Index: /trunk/admin/edit.php
===================================================================
--- /trunk/admin/edit.php	(revision 902)
+++ /trunk/admin/edit.php	(revision 934)
@@ -37,4 +37,5 @@
 }
 
+$php_version = phpversion();
 $xcache_version = XCACHE_VERSION;
 $xcache_modules = XCACHE_MODULES;
Index: /trunk/admin/xcache.php
===================================================================
--- /trunk/admin/xcache.php	(revision 933)
+++ /trunk/admin/xcache.php	(revision 934)
@@ -368,4 +368,5 @@
 $type_var = XC_TYPE_VAR;
 $types = array($type_none => _T('Statistics'), $type_php => _T('List PHP'), $type_var => _T('List Var Data'));
+$php_version = phpversion();
 $xcache_version = XCACHE_VERSION;
 $xcache_modules = XCACHE_MODULES;
Index: /trunk/admin/footer.tpl.php
===================================================================
--- /trunk/admin/footer.tpl.php	(revision 605)
+++ /trunk/admin/footer.tpl.php	(revision 934)
@@ -1,5 +1,5 @@
 <div class="footnote">
 <?php echo <<<EOS
-Powered By: XCache {$xcache_version}, {$xcache_modules}
+PHP {$php_version} Powered By: XCache {$xcache_version}, {$xcache_modules}
 EOS;
 ?>
