Make WordPress Core

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)

11637-php_version.diff (4.4 KB ) - added by nacin 17 years ago.
Forgot to mention in the ticket description that this patch also removes a check for at least 4.3 in wp-db.php.
11637.2.diff (2.3 KB ) - added by nacin 17 years ago.
Updated against trunk r12933 (changes to wp-settings.php were handled in #11881)

Download all attachments as: .zip

Change History (4)

@nacin
17 years ago

Forgot to mention in the ticket description that this patch also removes a check for at least 4.3 in wp-db.php.

@nacin
17 years ago

Updated against trunk r12933 (changes to wp-settings.php were handled in #11881)

#1 @nacin
17 years ago

  • Keywords commit added
  • Version2.9

Patch refreshed.

#2 @westi
17 years ago

  • Resolutionfixed
  • Status newclosed

[12939] - Use $required_php_version. Props nacin. fixes #11637

Note: See TracTickets for help on using tickets.