system requirements page for more information.'; exit; } if (function_exists('opcache_get_status') && opcache_get_status()['opcache_enabled'] && !ini_get('opcache.save_comments')) { print 'Systems with OPcache installed must have opcache.save_comments enabled.'; exit(); } // Start the installer. $class_loader = require_once $root_path . '/autoload.php'; require_once $root_path . '/core/includes/install.core.inc'; install_drupal($class_loader);