Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3174996
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3174996
Commits
a2c1d77e
Commit
a2c1d77e
authored
12 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1800122
by chx, amateescu: [March 15] Bump minimum version of php required to 5.3.10.
parent
ac85fddb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/INSTALL.txt
+1
-1
1 addition, 1 deletion
core/INSTALL.txt
core/includes/bootstrap.inc
+1
-1
1 addition, 1 deletion
core/includes/bootstrap.inc
with
2 additions
and
2 deletions
core/INSTALL.txt
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
core/includes/bootstrap.inc
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment