Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a2c1d77e
Commit
a2c1d77e
authored
Mar 15, 2013
by
Dries
Browse files
Issue
#1800122
by chx, amateescu: [March 15] Bump minimum version of php required to 5.3.10.
parent
ac85fddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/INSTALL.txt
View file @
a2c1d77e
...
...
@@ -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
...
...
core/includes/bootstrap.inc
View file @
a2c1d77e
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment