#17934 closed defect (bug) (fixed)
Gracefully degrade for PHP4
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | close |
Focuses: | Cc: |
Description
Looks like install.php, setup-config.php, and wp-load.php (possibly other locations) need to call wp_check_php_mysql_versions() before including any file beyond load.php.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
The else case of wp-load.php can include load.php and call wp_check_php_mysql_versions(). That will fix the files that use wp-load.php such as install.php. setup-config.php already loads load.php so just needs a call to wp_check_php_mysql_versions().