- fix some tests on linux
[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
10 Internals:
11 - the request bodies created in http_request_pool_attach() are not
12 destroyed in http_request_pool_detach(); may be a memory problem
13 in long running scripts