Opened 17 years ago
Closed 17 years ago
#11084 closed defect (bug) (fixed)
Deprecated Notice in Setup Config with PHP 5.3
| Reported by: | caillou | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | General | Version: | 2.8.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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