summaryrefslogtreecommitdiff
path: root/php5.php5
diff options
context:
space:
mode:
Diffstat (limited to 'php5.php5')
-rw-r--r--php5.php511
1 files changed, 11 insertions, 0 deletions
diff --git a/php5.php5 b/php5.php5
new file mode 100644
index 00000000..fd7f2182
--- /dev/null
+++ b/php5.php5
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * Test for *.php5 capability in webserver
+ * Used by includes/templates/PHP4.php
+ */
+if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
+ echo 'y'.'e'.'s';
+}
+
+?>