thomascube
2009-07-03 8448fca1f11f69e29bca568cb0042e83dd6be89e
installer/check.php
@@ -15,7 +15,8 @@
    'PostgreSQL' => 'pgsql', 'SQLite (v2)' => 'sqlite');
$ini_checks = array('file_uploads' => 1, 'session.auto_start' => 0,
    'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0);
    'zend.ze1_compatibility_mode' => 0, 'mbstring.func_overload' => 0,
    'suhosin.session.encrypt' => 0);
$source_urls = array(
    'Sockets' => 'http://www.php.net/manual/en/ref.sockets.php',