* (bug 10387) Detect and handle '.php5' extension environments at install time
[lhc/web/wiklou.git] / install-utils.inc
index 24480f9..9723e8d 100644 (file)
@@ -11,7 +11,9 @@ function install_version_checks() {
                die( -1 );
        }
        if( version_compare( phpversion(), '5.0.0' ) < 0 ) {
-               echo "PHP 5.0.0 or higher is required. ABORTING.\n";
+               echo "PHP 5.0.0 or higher is required. If PHP 5 is available only when \n".
+   "PHP files have a .php5 extension, please navigate to <a href=\"index.php5\">index.php5</a> \n".
+   "to continue installation. ABORTING.\n";
                die( -1 );
        }
        
@@ -122,4 +124,4 @@ function mw_get_session_save_path() {
        return $path;
 }
 
-?>
\ No newline at end of file
+?>