stream_context_create memory leak
Posted: Thu Feb 05, 2009 11:11 am
stream_context_create seems to have a memory leak. This has been reported (http://bugs.php.net/bug.php?id=40257) but marked bogus for some reason.
I am using the code almost verbatim from this:
http://netevil.org/blog/2006/nov/http-p ... thout-curl
Running ps lax shows this code consuming more memory until the memory is exhausted.
I'm at version 5.2.6 already. Anyone know if it's been fixed or a workaround to the stream_context_create call?
I am using the code almost verbatim from this:
http://netevil.org/blog/2006/nov/http-p ... thout-curl
Running ps lax shows this code consuming more memory until the memory is exhausted.
I'm at version 5.2.6 already. Anyone know if it's been fixed or a workaround to the stream_context_create call?