[wp-cvs] wordpress wp-settings.php,1.62,1.63
Matthew Mullenweg
saxmatt at users.sourceforge.net
Tue Dec 14 09:27:16 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15670
Modified Files:
wp-settings.php
Log Message:
Sanity check mysql.
Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** wp-settings.php 8 Dec 2004 21:51:25 -0000 1.62
--- wp-settings.php 14 Dec 2004 09:27:14 -0000 1.63
***************
*** 17,20 ****
--- 17,23 ----
die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' );
+ if ( !extension_loaded('mysql') )
+ die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );
+
function timer_start() {
global $timestart;
More information about the cvs
mailing list