Contents
Does Drupal7 work with PHP7?
PHP version required and supported (1) The minimum recommended PHP version for Drupal 7 was PHP 7.2. x until its official end-of-life at 30 Nov, 2020. (3) The latest Drupal 7 version is recommended to get full PHP 7 support.
Is Drupal Based on PHP and MySQL?
Drupal will work on all supported PHP versions. Recommended PHP versions are the best choice for building a Drupal site because they will remain supported longer.
Does Drupal use PHP?
1. PHP language. Every Drupal developer needs to know PHP language for a simple reason: Drupal software is written in it. The reason for that is, PHP is a programming language that is flexible and easy to learn, even if you come from a different knowledge background.
When does Drupal end support for PHP 5.5?
PHP 5.5, 5.6 and 7.0 reached their official end-of-life at the end of 2018, and PHP 7.1 reached its end-of-life on December 1, 2019. (See PHP: supported versions for more information.) Drupal 8 dropped support for PHP 5.5 and 5.6 in May 2019 and new installs require 7.0.8 or newer.
Where can I find PHP requirements for Drupal 7?
A separate announcement will be issued if and when that changes – see Drupal 7 PHP requirements. Extensions used by Drupal core are defined in Core’s composer.json file – see for example the file for Drupal 9.1.x. Look at the “require” section and the keys starting with “ext-“.
Is the PECL version of PHP compatible with Drupal 8?
The PECL version of PDO is not compatible with Drupal 8 and cannot be used. In addition, a PHP extension for connecting to your chosen database must be installed and enabled.
How big of memory does Drupal need for PHP?
The minimum required memory size is 64MB. Warning messages will be shown if the PHP configuration does not meet these requirements. However, while these values may be sufficient for a default Drupal installation, a production site with a number of commonly used modules enabled could require more memory.