From e3632ca674ef09db08eeb7f262ef3ef936c6f75a Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 4 Oct 2000 19:40:09 +0000 Subject: [PATCH] Added check for older version of PHP --- setup/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/index.php b/setup/index.php index b763c61384..7435051564 100644 --- a/setup/index.php +++ b/setup/index.php @@ -46,6 +46,11 @@ $db->next_record(); $oldversion = $db->f("app_version"); } + + if (PHP_VERSION < "3.0.16") { + echo "You appear to be running an old version of PHP. It its recommend that you upgrade " + . "to a new version. Older version of PHP might not run phpGroupWare correctly, if at all."; + } switch($msg){ case "1":