Ticket #1708 (closed defect (bug): worksforme)

Opened 6 years ago

Last modified 6 years ago

Typo with $object->property statements causes PHP5 to give fatal errors.

Reported by: splee Owned by: anonymous
Priority: high Milestone:
Component: General Version: 1.5
Severity: major Keywords: php5 compatibility bg|squashed
Cc:

Description

I have attached diffs for both the 1.5 tag and the trunk code.

PHP 5.0.5 gives the following error when get_settings() from wp-includes/functions.php is run under certain conditions (reproducable in the manage->tags page when the UltimateTagWarrior plugin is installed):

Fatal error: Cannot access empty property in /path/to/root/wp-includes/functions.php on line 246

Attachments

1.5-object-property-typo.txt Download (644 bytes) - added by splee 6 years ago.
patch for the 1.5 branch
trunk-object-property-typo.txt Download (540 bytes) - added by splee 6 years ago.
patch for the trunk

Change History

splee6 years ago

patch for the 1.5 branch

splee6 years ago

patch for the trunk

  • Priority changed from normal to high
  • Severity changed from normal to major
  • Keywords bg|has-patch added

I believe this bug is invalid.

A) UTW has been known to be broken in 1.6, looks like there are a few compatability checkins lately, try the latest version? B) Even if this is a bug with WP, this is far from a proper fix, and this will break many other things. C) I can't duplicate the problem

  • Status changed from new to closed
  • Resolution set to worksforme

Got MarkJaquith to try, couldn't duplicate either.

  • Keywords bg|squashed added; bg|has-patch removed
Note: See TracTickets for help on using tickets.