Opened 2 years ago

Closed 5 months ago

#16767 closed enhancement (fixed)

PHP5-port - De-Reference as needed.

Reported by: hakre Owned by:
Priority: normal Milestone: 3.2
Component: General Version: 3.1
Severity: normal Keywords: has-patch
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 2 years ago.
handpicked (where applicable) &new -> new, &$this -> $this
16767.2.patch (43.1 KB) - added by hakre 2 years ago.
Patch against trunk, merged with latest 16661 patch
16767.3.patch (63.1 KB) - added by hakre 2 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)

hakre2 years ago

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

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

It would be good to coordonate with #16661

Version 0, edited 2 years ago by scribu (next)
  • Owner scribu deleted
  • Type changed from defect (bug) to enhancement

Reviewed #16661 for the first time.

hakre2 years ago

Patch against trunk, merged with latest 16661 patch

hakre2 years ago

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

Reference: #13319

comment:6   ryan2 years ago

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

Related: #17443

Related: #18237

  • 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.