What version of PHP does Drupal 9 use?

What version of PHP does Drupal 9 use?

PHP 7.3
Drupal 9 requires PHP 7.3 or higher, and the version requirement for Apache has been increased to Apache 2.4. 7 or higher.

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.

How do I find my Drupal version?

Go to Administration > Reports > Status report (drupalpath: admin/reports/status) This will list the Drupal version number and much more information about the status of your Drupal installation. Or you can use Version Information module, to view version information in a sidebar.

What is the current PHP version?

PHP

Designed by Rasmus Lerdorf
Developer The PHP Development Team, Zend Technologies
First appeared June 8, 1995
Stable release 8.0.9 / 29 July 2021
Major implementations

Is Drupal using PHP?

Drupal (/ˈdruːpəl/) is a free and open-source web content management framework (CMF) written in PHP and distributed under the GNU General Public License. The standard release of Drupal, known as Drupal core, contains basic features common to content-management systems.

What is the current version of Drupal?

Drupal

Screenshot showing Drupal 9 content authoring interface in action
Initial release January 15, 2001
Stable release 9.1.6 / 2021-04-07[±]
Repository Drupal Repository
Written in PHP, using Symfony

Which is PHP / MySQL version should I use?

Drupal 7 supports MySQL 5.0.15/MySQL 5.1.30/MariaDB 5.1.44/Percona Server 5.1.70 or higher. This is all for Drupal core. The compatibility with third-party modules can vary, and there could be modules having troubles with the newest PHP version, especially because backward incompatible changes.

Which is the latest version of Drupal for PHP?

Drupal 8 dropped support for PHP 5.5 and 5.6 in May 2019 and new installs require 7.0.8 or newer. We recommend updating to at least PHP 7.2. (Ubuntu 18.04 ships with PHP 7.2 and Debian 10 has 7.3.) Drupal 9 dropped support for PHP 7.0, 7.1, and 7.2 and new installs require version 7.3 or later.

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 PDO compatible with Drupal 7?

NB! The PECL version of PDO is not compatible with Drupal 7 and cannot be used. PHP XML extension (for Blog API, Drupal, and Ping modules). This extension is enabled by default in a standard PHP installation; the Windows version of PHP has built-in support for this extension.