summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8dc7cae)
raw | patch | inline | side by side (parent: 8dc7cae)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Jun 2005 18:26:05 +0000 (18:26 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Jun 2005 18:26:05 +0000 (18:26 +0000) |
include/setup_checks.inc | patch | blob | history |
index 050cd69a4ff3dc982581ba5dafc4271538cde8c5..4282576709d8e47d14b36371c1e380269c69b51e 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
($have_mkntpwd || $alt));
/* seesio.auto_start should be off, in order to without trouble*/
- $arra = ini_get_all();
-
- $session_auto_start = $arra['session.auto_start'];
- $implicit_flush = $arra['implicit_flush'];
- $max_execution_time = $arra['max_execution_time'];
- $memory_limit = $arra['memory_limit'];
- $expose_php = $arra['expose_php'];
- $magic_quotes_gpc = $arra['magic_quotes_gpc'];
- $register_globals = $arra['register_globals'];
+ $session_auto_start = ini_get('session.auto_start');
+ $implicit_flush = ini_get('implicit_flush');
+ $max_execution_time = ini_get('max_execution_time');
+ $memory_limit = ini_get('memory_limit');
+ $expose_php = ini_get('expose_php');
+ $magic_quotes_gpc = ini_get('magic_quotes_gpc');
+ $register_globals = ini_get('register_globals');
/* auto_register */
$msg.= check ( $faults, _("php.ini check -> session.auto_register"),