http://qs321.pair.com?node_id=273786


in reply to Re: Re: 5.6->5.8 Analysis
in thread 5.6->5.8 Analysis

I seriously doubt that this would cause a memory leak, but that code sample suggests that $id and $data aren't needed outside the while loop. I always try to put variables in the innermost scope that they are needed.

--PotPieMan