- only addref if we remember the stream
[m6w6/ext-http] / KnownIssues.txt
1 Known Issues
2 ============
3 $Id$
4
5 HttpResponse class is only available for PHP >= 5.1
6
7 HttpResponse::guessContentType() is not available on Windows at the time this
8 was written. On other platforms you'll need to fix the magic.mime file that's
9 shipped with PHP by executing `sed -e "s/\t!/\\\!/" magic.mime > magic.good`
10 and using the new magic file.
11