Rename extension-test.php5 to php5.php5 to no break 'extensions/' auto completion...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 16:43:36 +0000 (16:43 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 6 Oct 2008 16:43:36 +0000 (16:43 +0000)
extension-test.php5 [deleted file]
php5.php5 [new file with mode: 0644]

diff --git a/extension-test.php5 b/extension-test.php5
deleted file mode 100644 (file)
index fd7f218..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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';
-}
-
-?>
diff --git a/php5.php5 b/php5.php5
new file mode 100644 (file)
index 0000000..fd7f218
--- /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';
+}
+
+?>