Your message dated Tue, 01 May 2007 14:17:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line [php-maint] Bug#420609: problem seems to be solved in 
5.2.0-8+etch3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: php5
Version: 5.2.0-8+etch1

hi, i've noticed memory leak in php5-cli and libapache2-mod-php5 that
can be easily reproduced by running following code:

<?
function x($a){
       $r = '';
       $r.=$a;         $r.=$a;         $r.=$a;
       return $r;
}


$last = 0;
for( $i=0;$i<1000;$i++ ){
       $y = x($i);
       $m = memory_get_usage();
       echo $m." ".( $m-$last )."\n";
       $last = $m;
}
?>

when run with php4-cli [ PHP 4.4.4-8+etch1 (cli) ] after few dozens of
lines result is 0 - no memory increase, but when run with php5-cli [
5.2.0-8+etch1 ] results with continuous memory usage increase.

it seems problem is fixed in recent php 5.2 - i dont see this problem
in php5.2-200704230830 cvs snapshot.

ps. i'm using fresh debian etch installation with default php.ini files.

--
regards,
Pawel Kudzia / .PaKud / http://pqd.one.pl


--- End Message ---
--- Begin Message ---
Version: 5.2.0-8+etch3
Version: 5.2.0-11

hi pawel,


On Tue, 2007-05-01 at 13:35 +0200, . wrote:
> i cannot reproduce the problem in php5-cli 5.2.0-8+etch3 so i think it
> was fixed together with different bugs.


great to hear, closing the bug :)


        sean

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to