From 47124c2279382714afd8dbe4a867a867ea179199 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 12 Apr 2008 09:54:45 -0400 Subject: [PATCH] Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch --- installer/check.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/check.php b/installer/check.php index 2afa7da..7ca982f 100644 --- a/installer/check.php +++ b/installer/check.php @@ -37,7 +37,7 @@ <h3>Checking PHP version</h3> <?php -define('MIN_PHP_VERSION', '4.3.1'); +define('MIN_PHP_VERSION', '5.2.0'); if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) { $RCI->pass('Version', 'PHP ' . PHP_VERSION . ' detected'); } else { -- Gitblit v1.9.1