Changeset 27257 for trunk/src/wp-includes/load.php
- Timestamp:
- 02/25/2014 03:52:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r25455 r27257 108 108 } 109 109 110 if ( ! extension_loaded( 'mysql' ) && ! file_exists( WP_CONTENT_DIR . '/db.php' ) ) {110 if ( ! extension_loaded( 'mysql' ) && ! extension_loaded( 'mysqli' ) && ! file_exists( WP_CONTENT_DIR . '/db.php' ) ) { 111 111 wp_load_translations_early(); 112 112 die( __( 'Your PHP installation appears to be missing the MySQL extension which is required by WordPress.' ) );
Note: See TracChangeset
for help on using the changeset viewer.