Make WordPress Core

Changeset 1955


Ignore:
Timestamp:
12/14/2004 09:27:14 AM (20 years ago)
Author:
saxmatt
Message:

Sanity check mysql.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1922 r1955  
    1616if ( !(phpversion() >= '4.1') )
    1717    die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' );
     18
     19if ( !extension_loaded('mysql') )
     20    die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );
    1821
    1922function timer_start() {
Note: See TracChangeset for help on using the changeset viewer.