- http_globals.gzip_encoding needs to be sort of a real int
[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 to really write on flush only and every ~20kb.
11
12 If you keep getting "SSL connect error" when trying to issue requests on
13 Windows, try another (newer) libeay32.dll/ssleay32.dll pair.
14
15
16 Internals:
17 - the request bodies created in http_request_pool_attach() are not
18 destroyed in http_request_pool_detach(); may be a memory problem
19 in long running scripts