Ticket #4510 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: karaboga Assigned to: 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

06/22/07 18:55:54 changed by rob1n

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

06/22/07 21:48:36 changed by rob1n

  • 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

06/22/07 22:03:15 changed by foolswisdom

  • status changed from closed to reopened.
  • resolution deleted.

Don't forget to update the message ;-)

06/22/07 22:03:28 changed by foolswisdom

  • owner changed from anonymous to rob1n.
  • status changed from reopened to new.

06/22/07 22:13:32 changed by rob1n

Ah, good catch Lloyd :).

06/22/07 22:14:17 changed by rob1n

  • status changed from new to closed.
  • resolution set to fixed.

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