- fix occurrence of PHPSTR_LEN(x) = 0;
[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 Throttling with the FastCGI SAPI may behave unexpected, because libfcgi seems
10 not to practically flush its buffers when calling sapi_flush().
11 See also http://bugs.php.net/bug.php?id=34429
12
13 If you keep getting "SSL connect error" when trying to issue requests on
14 Windows, try another (newer) libeay32.dll/ssleay32.dll pair.
15
16 Inflating compressed HttpRequest responses happens twice if libcurl
17 was built with zlib support.
18
19 Internals:
20 - the request bodies created in http_request_pool_attach() are not
21 destroyed in http_request_pool_detach() but on reset;
22 may be a memory problem in long running scripts
23