Skip to content
Snippets Groups Projects
Commit a2c1d77e authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1800122 by chx, amateescu: [March 15] Bump minimum version of php required to 5.3.10.

parent ac85fddb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Drupal requires:
- A web server with PHP support, for example:
- Apache 2.0 (or greater) (http://httpd.apache.org/).
- Nginx 1.1 (or greater) (http://www.nginx.com/).
- PHP 5.3.5 (or greater) (http://www.php.net/).
- PHP 5.3.10 (or greater) (http://www.php.net/).
- One of the following databases:
- MySQL 5.0.15 (or greater) (http://www.mysql.com/).
- MariaDB 5.1.44 (or greater) (http://mariadb.org/). MariaDB is a fully
......
......@@ -35,7 +35,7 @@
/**
* Minimum supported version of PHP.
*/
const DRUPAL_MINIMUM_PHP = '5.3.5';
const DRUPAL_MINIMUM_PHP = '5.3.10';
/**
* Minimum recommended value of PHP memory_limit.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment