1192ba331becaa4d85ebfa80f22d34fd99b0cf6c
[m6w6/ext-http] / KnownIssues.txt
1 Known Issues
2 ============
3 $Id$
4
5 HttpResponse class is only available for PHP >= 5.1
6
7 Not all places where files are handled check for open_basedir and/or safe_mode.
8
9 If you keep getting "SSL connect error" when trying to issue requests on
10 Windows, try another (newer) libeay32.dll/ssleay32.dll pair.
11
12 Inflating compressed HttpRequest responses happens twice if libcurl
13 was built with zlib support.
14
15 Internals:
16 - there's a memleak with sizeof(zval) for each thrown exception,
17 which ends up in HttpRequestPoolExcepiont::$exceptionStack, in
18 HttpRequestPool::__construct(); it doesn't happen with wrapped
19 exceptions in HttpRequestPool::send().