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

8.0.x
Dries 2013-03-15 13:17:47 -04:00
parent ac85fddb90
commit a2c1d77e50
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -35,7 +35,7 @@ const DRUPAL_CORE_COMPATIBILITY = '8.x';
/**
* 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.