comparison core/install.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
33 // Initialize the autoloader. 33 // Initialize the autoloader.
34 $class_loader = require_once $root_path . '/autoload.php'; 34 $class_loader = require_once $root_path . '/autoload.php';
35 35
36 // If OPCache is in use, ensure opcache.save_comments is enabled. 36 // If OPCache is in use, ensure opcache.save_comments is enabled.
37 if (OpCodeCache::isEnabled() && !ini_get('opcache.save_comments')) { 37 if (OpCodeCache::isEnabled() && !ini_get('opcache.save_comments')) {
38 print 'Systems with OPcache installed must have <a href="http://php.net/manual/en/opcache.configuration.php#ini.opcache.save-comments">opcache.save_comments</a> enabled.'; 38 print 'Systems with OPcache installed must have <a href="http://php.net/manual/opcache.configuration.php#ini.opcache.save-comments">opcache.save_comments</a> enabled.';
39 exit(); 39 exit();
40 } 40 }
41 41
42 // Start the installer. 42 // Start the installer.
43 require_once $root_path . '/core/includes/install.core.inc'; 43 require_once $root_path . '/core/includes/install.core.inc';