From 856d4bb2a8c310834914c66164056c7b7782fa9f Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 22 Jun 2007 22:14:17 +0000 Subject: [PATCH] Update the message too. Thanks, Lloyd. fixes #4510 git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5746 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index 3df382712a..13f19a1299 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -49,7 +49,7 @@ if ( empty($PHP_SELF) ) $_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]); if ( !(phpversion() >= '4.2') ) - die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' ); + die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.2.' ); if ( !extension_loaded('mysql') && !file_exists(ABSPATH . 'wp-content/db.php') ) die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );