0% found this document useful (0 votes)
60 views

Drupal 8 Server Requirements

Drupal 8 requires a LAMP stack with PHP 7.2 or higher configured with at least 64MB of memory, specific PHP extensions like PDO and MySQL, and Apache or Nginx as the web server. The database should be MySQL 5.5.3 or higher with InnoDB storage. Additional resources on Drupal PHP requirements are available.

Uploaded by

Emad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

Drupal 8 Server Requirements

Drupal 8 requires a LAMP stack with PHP 7.2 or higher configured with at least 64MB of memory, specific PHP extensions like PDO and MySQL, and Apache or Nginx as the web server. The database should be MySQL 5.5.3 or higher with InnoDB storage. Additional resources on Drupal PHP requirements are available.

Uploaded by

Emad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Drupal 8 Server

Requirements
Drupal runs best on a LAMP stack

PHP
PHP 7.2 or higher. PHP must be set up with a minimum memory size of 64MB; if you are
running multiple modules on your site or using memory-intensive PHP-based command-line
tools (such as Composer), considerably more memory than that may be needed.

PHP extensions
● PDO
● mysql
● mysqli
● xml
● gd
● openssl
● date
● dom
● filter
● curl
● mbstring
● SimpleXML

PHP configurations
Please update the following parameter in php.ini (for cli and apache)
memory_limit ​=​ ​64M

It’s ok if not all packages are installed, the drupal installer will check and advise on missing
packages, as some of these packages might be bundled in php-common or

Web server
Apache (Recommended): v2.4
Database
MySQL - 5.5.3 (MariaDB 5.5.20, Percona 5.5.8) or higher with an InnoDB-compatible primary
storage engine

Resources
https://www.drupal.org/docs/8/system-requirements/php-requirements

You might also like