Make WordPress Core

Opened 13 years ago

Closed 11 years ago

#16767 closed enhancement (fixed)

PHP5-port - De-Reference as needed.

Reported by: hakre's profile hakre Owned by:
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.1
Component: General Keywords: has-patch
Focuses: Cc:

Description

In PHP5 objects and references to objects aren't what those were in PHP4.

Attachments (3)

16767.patch (39.9 KB) - added by hakre 13 years ago.
handpicked (where applicable) &new -> new, &$this -> $this
16767.2.patch (43.1 KB) - added by hakre 13 years ago.
Patch against trunk, merged with latest 16661 patch
16767.3.patch (63.1 KB) - added by hakre 13 years ago.
Most callbacks and functions definitions (PHP uses copy on write, no need to optimize what needs no optimisation)

Download all attachments as: .zip

Change History (12)

@hakre
13 years ago

handpicked (where applicable) &new -> new, &$this -> $this

#1 @scribu
13 years ago

  • Owner set to scribu
  • Status changed from new to reviewing

It would be good to coordinate with #16661

Last edited 13 years ago by scribu (previous) (diff)

#2 @scribu
13 years ago

  • Owner scribu deleted

#3 @nacin
13 years ago

  • Type changed from defect (bug) to enhancement

#4 @hakre
13 years ago

Reviewed #16661 for the first time.

@hakre
13 years ago

Patch against trunk, merged with latest 16661 patch

@hakre
13 years ago

Most callbacks and functions definitions (PHP uses copy on write, no need to optimize what needs no optimisation)

#5 @hakre
13 years ago

Reference: #13319

#6 @ryan
13 years ago

(In [17573]) Assigning the return value of new by reference is deprecated. Props hakre. see #16767

#7 @hakre
13 years ago

Related: #17443

#8 @ocean90
13 years ago

Related: #18237

#9 @nacin
11 years ago

  • Milestone changed from Awaiting Review to 3.2
  • Resolution set to fixed
  • Status changed from reviewing to closed
Note: See TracTickets for help on using tickets.