alecpl
2009-05-14 2d1a451c25c65e6bae159d2a127b5f4e66d01c46
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',