Re: [PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-21 Thread Rasmus Lerdorf
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

Re: [PHP-CVS] svn: SVNROOT/ commit-bugs.php

2009-07-21 Thread Jani Taskinen
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