Re: [PHP-DEV] Re: ext/ming doesn't compile..r

2002-03-17 Thread Wez Furlong
Hmmm; I don't have leaks here with normal stuff. Which sapi are you using? Can you give me a script that reproduces it? --Wez. On 17/03/02, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: > Those leaks weren't ming related at all. > Just 'normal' stuff in PHP. ie. file(), fopen(), > include(

Re: [PHP-DEV] Re: ext/ming doesn't compile..r

2002-03-16 Thread Jani Taskinen
Those leaks weren't ming related at all. Just 'normal' stuff in PHP. ie. file(), fopen(), include()..etc. --Jani On Sun, 17 Mar 2002, Wez Furlong wrote: >I think it is due to a forgotten stream_close in ming.c; >fix going in now... > >--Wez. > >On 17/03/02, "Jani Taski