drupal8运行环境

论坛: 
Drupal 8: MySQL 5.1.21/MariaDB/Percona/equivalent or higher with PDO and an InnoDB-compatible primary storage engine, PostgreSQL 8.3 or higher with PDO, SQLite 3.3.7 or higher 
Drupal 8: PHP 5.4.5 or higher

<?php
  $required_extensions = array(
    'date',
    'dom',
    'fileinfo',
    'filter',
    'gd',
    'hash',
    'json',
    'pcre',
    'pdo',
    'session',
    'SimpleXML',
    'SPL',
    'tokenizer',
    'xml',
  );
?>

Tags: