Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#10723 closed defect (bug) (duplicate)

Deprecated notices with PHP 5.3.0

Reported by: gdragon's profile GDragoN Owned by: westi's profile westi
Milestone: Priority: normal
Severity: normal Version: 2.7.1
Component: Warnings/Notices Keywords:
Focuses: Cc:

Description

I have updated my server to PHP 5.3.0, and test blog running with WP 2.7.1 generates following notices:

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\wpdev27\wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\wpdev27\wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\wpdev27\wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\wpdev27\wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in D:\xampp\htdocs\wpdev27\wp-settings.php on line 18

Same server with WP 2.8.x works fine.

Change History (3)

#1 follow-up: @dd32
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to duplicate
  • Status changed from new to closed

See #10533

#2 in reply to: ↑ 1 @GDragoN
15 years ago

  • Resolution duplicate deleted
  • Status changed from closed to reopened

Replying to dd32:

See #10533

This is not working for me. I don't use WP_DEBUG, and I am using WP 2.7.1 and the patch from the other post is not working because files don't match.

#3 @mrmist
15 years ago

  • Priority changed from high to normal
  • Resolution set to duplicate
  • Severity changed from major to normal
  • Status changed from reopened to closed

Regardless, it's the same bug, so having two bug reports for it is counter-productive.

Note: See TracTickets for help on using tickets.