Changeset 1955
- Timestamp:
- 12/14/2004 09:27:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1922 r1955 16 16 if ( !(phpversion() >= '4.1') ) 17 17 die( 'Your server is running PHP version ' . phpversion() . ' but WordPress requires at least 4.1' ); 18 19 if ( !extension_loaded('mysql') ) 20 die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' ); 18 21 19 22 function timer_start() {
Note: See TracChangeset
for help on using the changeset viewer.