Ticket #4510 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: karaboga Owned by: rob1n
Priority: normal Milestone: 2.2.2
Component: Administration Version: 2.2.1
Severity: normal Keywords: PHP, wp-settings.php
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

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

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

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

  • Status changed from closed to reopened
  • Resolution fixed deleted

Don't forget to update the message ;-)

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

Ah, good catch Lloyd :).

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

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

Note: See TracTickets for help on using tickets.