- using Accept-Encoding header instead of CURLOPT_ENCODING avoids issues with curl...
[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 Internals:
13 - there's a memleak with sizeof(zval) for each thrown exception,
14 which ends up in HttpRequestPoolExcepiont::$exceptionStack, in
15 HttpRequestPool::__construct(); it doesn't happen with wrapped
16 exceptions in HttpRequestPool::send().