Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4510 closed defect (bug) (fixed)

"WordPress requires at least 4.1" expression in wp-settings.php

Reported by: karaboga's profile karaboga Owned by: rob1n's profile rob1n
Milestone: 2.2.2 Priority: normal
Severity: normal Version: 2.2.1
Component: Administration Keywords: PHP, wp-settings.php
Focuses: Cc:

Description

In wp-settings.php file, on line 52;

it is said that:

die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' );

But, WordPress requires at least PHP 4.2 in 2.2 series.

Change History (6)

#1 @rob1n
17 years ago

Looks like the fix made it into trunk, but not the 2.2 branch, and thus not 2.2.1.

#2 @rob1n
17 years ago

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

(In [5745]) Check for PHP 4.2 or greater in 2.2 branch. fixes #4510

#3 @foolswisdom
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Don't forget to update the message ;-)

#4 @foolswisdom
17 years ago

  • Owner changed from anonymous to rob1n
  • Status changed from reopened to new

#5 @rob1n
17 years ago

Ah, good catch Lloyd :).

#6 @rob1n
17 years ago

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

(In [5746]) Update the message too. Thanks, Lloyd. fixes #4510

Note: See TracTickets for help on using tickets.