Make WordPress Core

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)

#1 @ryan
17 years ago

  • Milestone Unassigned2.9

#2 @ryan
17 years ago

  • Resolutionfixed
  • Status newclosed

(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

Note: See TracTickets for help on using tickets.