Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread Peter Wang
Hi, the bug report is here: https://bugs.php.net/bug.php?id=64859 thanks. On Thu, May 16, 2013 at 8:57 PM, Stas Malyshev wrote: > Hi! > > > I found that the memory leak is actually related to APC, > > even with the latest version of PHP (5.3.25) and latest version of APC > > (3.1.13), > > Plea

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread Stas Malyshev
Hi! > I found that the memory leak is actually related to APC, > even with the latest version of PHP (5.3.25) and latest version of APC > (3.1.13), Please submit the bug on bugs.php.net with package "apc" - putting there reproducing script and describing exactly what you see when it is running.

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread Peter Wang
Hi, I found that the memory leak is actually related to APC, even with the latest version of PHP (5.3.25) and latest version of APC (3.1.13), the memory leak is still there, to re-produce the bug, just run this script and watch the memory usage of the php process (please run with: php -d apc.enabl

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread Peter Wang
I didn't find the history comments of that bug, now I see it, anyway, thanks a lot, sorry for the noise. On Thu, May 16, 2013 at 11:40 AM, Stas Malyshev wrote: > Hi! > > > hi, did anyone come across the memory leak of require()/include(), > > I just saw this bug report: https://bugs.php.net/bug.

Re: [PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread Stas Malyshev
Hi! > hi, did anyone come across the memory leak of require()/include(), > I just saw this bug report: https://bugs.php.net/bug.php?id=47038, > but it was closed with nothing explained. This bug report was closed because the bug it describes was fixed. It is explained so right on the bug page.

[PHP-DEV] Memory leak in include()/require() ?

2013-05-16 Thread peter wang
hi, did anyone come across the memory leak of require()/include(), I just saw this bug report: https://bugs.php.net/bug.php?id=47038, but it was closed with nothing explained. the php version I used: php --version PHP 5.3.6-13ubuntu3.9 with Suhosin-Patch (cli) (built: Sep 12 2012 19:00:27) Copy