Chris@0: system requirements page for more information.'; Chris@0: exit; Chris@0: } Chris@0: Chris@0: // Initialize the autoloader. Chris@0: $class_loader = require_once $root_path . '/autoload.php'; Chris@0: Chris@0: // If OPCache is in use, ensure opcache.save_comments is enabled. Chris@0: if (OpCodeCache::isEnabled() && !ini_get('opcache.save_comments')) { Chris@14: print 'Systems with OPcache installed must have opcache.save_comments enabled.'; Chris@0: exit(); Chris@0: } Chris@0: Chris@0: // Start the installer. Chris@0: require_once $root_path . '/core/includes/install.core.inc'; Chris@0: install_drupal($class_loader);