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.