[buddypress-trac] [BuddyPress] #5108: PHP 5.4+ strict standards warnings
buddypress-trac
noreply at wordpress.org
Mon Jul 22 17:35:07 UTC 2013
#5108: PHP 5.4+ strict standards warnings
--------------------------+------------------
Reporter: boonebgorges | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 1.9
Component: Core | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------
Comment (by boonebgorges):
In [changeset:"7288"]:
{{{
#!CommitTicketReference repository="" revision="7288"
Remove pass-by-reference for objects in selected places in BP
Since PHP 5.0, objects have been passed by reference by default. In more
recent
versions of PHP, standards notices have been introduced to increasingly
deprecate the practice of passing objects by reference using an ampersand.
This changeset removes several of these strict standard notices, by
removing
the explicit pass-by-reference for the objects in question.
See #5108
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5108#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list