#17934 closed defect (bug) (fixed)
Gracefully degrade for PHP4
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | close |
| 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)
+1
Nicely conservative for 3.2. We can investigate reducing the number of files that must parse with PHP4 in 3.3.
- Keywords close added
- Resolution set to fixed
- Status changed from new to closed
Can someone poke around on PHP4 to make sure we got everything?
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().