Jani Taskinen wrote:
> unset($bug); after the foreach should have fixed that..?
I didn't see another $bug use there, but yes, you are right, in
commit-email.php it is re-used. I usually avoid using a reference in a
foreach like that for that reason. Too easy to forget to get rid of the
reference
Rasmus Lerdorf wrote:
rasmus Tue, 21 Jul 2009 21:57:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=284564
Log:
This fixes the duplicate bugs as seen in http://news.php.net/php.cvs/59633
in the version of PHP running on y1.
/me ducks
Change