Opened 16 years ago
Closed 16 years ago
#11084 closed defect (bug) (fixed)
Deprecated Notice in Setup Config with PHP 5.3
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.8.5 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
When running the Setup script (/wp-admin/setup-config.php) on a LAMP stack using PHP 5.3 the following deprecated notice is thrown:
Deprecated: Assigning the return value of new by reference is deprecated in /Users/caillou/Sites/wordpress/wp-includes/classes.php on line 1656
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12145]) Disable error reporting in setup-config.php. It doesn't load wp-settings.php so error reporting is not properly setup. fixes #11084