Opened 16 years ago
Closed 16 years ago
#11637 closed enhancement (fixed)
Use new $required_php_version global
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | low |
| Severity: | minor | Version: | 2.9 |
| Component: | Upgrade/Install | Keywords: | has-patch commit |
| Focuses: | Cc: |
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.
Forgot to mention in the ticket description that this patch also removes a check for at least 4.3 in wp-db.php.