[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Krinkle  changed:

   What|Removed |Added

 Resolution|INVALID |FIXED

--- Comment #7 from Krinkle  ---
(In reply to comment #1)
> Exact warning (for search):
> 
>  PHP Deprecated:  Assigning the return value of new by reference is
> deprecated
> 
> Info: http://www.php.net/manual/en/oop4.newref.php

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Karun  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #6 from Karun  ---
(In reply to comment #5)
> In fairness "=& new" doesn't appear in the MediaWiki codebase AFAICT, so if
> it
> is just that that is deprecated (as comment #1 suggests), we should probably
> close this as INVALID.

Yes agree. =& is not deprecated, and its unclear if the search results are from
just searching for =& or =& new. A new bug should be opened for =& new if this
is the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

--- Comment #5 from Jarry1250  ---
In fairness "=& new" doesn't appear in the MediaWiki codebase AFAICT, so if it
is just that that is deprecated (as comment #1 suggests), we should probably
close this as INVALID.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

--- Comment #4 from Karun  ---
(In reply to comment #3)
> I assume we're talking about "=& new " notation here?

The original comment just says =& which is not deprecated, so I would assume
not, unless the comment is missing this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Jarry1250  changed:

   What|Removed |Added

 CC||jarry1...@gmail.com

--- Comment #3 from Jarry1250  ---
I assume we're talking about "=& new " notation here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Daniel Friesen  changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Karun  changed:

   What|Removed |Added

 CC||karun...@gmx.de

--- Comment #2 from Karun  ---
(In reply to comment #0)
> There are lots of places in the code where variables are assigned using "=&"
> -
> a quick search shows that there may be around 100 such lines. As far as I
> know,
> this is deprecated in PHP 5.3, and now that 5.3.2+ is required, this seem
> like
> a good time to fix all of these assignments.

I don't see from the page anything about it saying =& is deprecated, on the
info page for php5

Info: http://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.new

it still shows examples with =&, and neither the page in comment 1 or here,
mentions anything about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Andre Klapper  changed:

   What|Removed |Added

   Keywords||newphp

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41671] PHP Deprecation: Assigning by reference ("=&") should be removed

2012-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41671

Krinkle  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||krinklem...@gmail.com
 Blocks||700
Summary|Assigning by reference  |PHP Deprecation: Assigning
   |("=&") should be removed|by reference ("=&") should
   ||be removed
   Severity|normal  |minor

--- Comment #1 from Krinkle  2012-11-02 03:19:35 UTC ---
Exact warning (for search):

 PHP Deprecated:  Assigning the return value of new by reference is deprecated

Info: http://www.php.net/manual/en/oop4.newref.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l