From: Michael Wallner Date: Mon, 5 Dec 2005 16:02:27 +0000 (+0000) Subject: - add note about memleaks in HttpRequestPool::__construct() in case exceptions are... X-Git-Tag: RELEASE_0_20_0~53 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fdb7d2dc55e87b0bf1eb3436751f4727a770b223 - add note about memleaks in HttpRequestPool::__construct() in case exceptions are thrown --- diff --git a/KnownIssues.txt b/KnownIssues.txt index f4e9450..3abaedc 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -21,4 +21,7 @@ Internals: destroyed in http_request_pool_detach() but on reset; may be a memory problem in long running scripts which reuse one request pool several times - + - there's a memleak with sizeof(zval) for each thrown exception, + which ends up in HttpRequestPoolExcepiont::$exceptionStack, in + HttpRequestPool::__construct(); it doesn't happen with wrapped + exceptions in HttpRequestPool::send().