Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#9204 closed defect (bug) (fixed)

Unnecessary PHP version check

Reported by: filosofo's profile filosofo Owned by:
Milestone: 2.7.2 Priority: normal
Severity: normal Version:
Component: General Keywords: php version version_compare phpversion has-patch
Focuses: Cc:

Description

status_header() has a conditional statement based on PHP's being at least version 4.3.0, but 4.3.0 is the minimum required for WordPress.

Attachments (1)

unnecessary_php_version_check.9204.diff (572 bytes) - added by filosofo 16 years ago.

Download all attachments as: .zip

Change History (4)

#1 @westi
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [10617]) Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for trunk prop filosofo

#2 @westi
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.7.2

#3 @westi
16 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [10618]) Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for 2.7 branch prop filosofo.

Note: See TracTickets for help on using tickets.