From 1b199cf23930ce6089d45b645a18e0d9d6a394d1 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Sun, 12 Jul 2009 10:04:54 -0500 Subject: [PATCH] Added several additional checks to install.php, fixes #31 --- install.php | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/install.php b/install.php index 3cd43cb..b6ef88a 100644 --- a/install.php +++ b/install.php @@ -80,6 +80,14 @@ Pass + + SPL Enabled + + Pass + + PHP SPL is either not loaded or not compiled in. + + Reflection Enabled @@ -116,10 +124,10 @@ URI Determination - + Pass - Neither $_SERVER['REQUEST_URI'] or $_SERVER['PHP_SELF'] is available. + Neither $_SERVER['REQUEST_URI'], $_SERVER['PHP_SELF'], or $_SERVER['PATH_INFO'] is available. @@ -130,7 +138,7 @@

✔ Your environment passed all requirements.
Remove or rename the install file now.

- +

Optional Tests

@@ -143,7 +151,31 @@ Pass - Kohana requires cURL to make use of the remote helper. + Kohana requires cURL for the Remote class. + + + + mcrypt Enabled + + Pass + + Kohana requires mcrypt for the Encrypt class. + + + + GD Enabled + + Pass + + Kohana requires GD v2 for the Image class. + + + + PDO Enabled + + Pass + + Kohana can use PDO to support additional databases.