Opened 2 years ago
Closed 5 months ago
#16767 closed enhancement (fixed)
PHP5-port - De-Reference as needed.
| Reported by: |
|
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)
Change History (12)
- 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)
Most callbacks and functions definitions (PHP uses copy on write, no need to optimize what needs no optimisation)
Note: See
TracTickets for help on using
tickets.

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