Opened 17 years ago
Closed 17 years ago
#11637 closed enhancement (fixed)
Use new $required_php_version global
| Reported by: | nacin | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 3.0 |
| Component: | Upgrade/Install | Version: | 2.9 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
We created $required_php_version, so we might as well use it where we can. Already done for $required_mysql_version in [12480].
We're moving down the PHP check in wp-settings.php, but I don't think that should be a problem. Other option is to move up the WPINC define.
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Forgot to mention in the ticket description that this patch also removes a check for at least 4.3 in wp-db.php.