- rephrase and add link to libmagic build files for win32
[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, unless you compile PHP or ext/http yourself[1]. Additionally
9 you'll need to fix the magic.mime file that's shipped with PHP by executing
10 `sed -e "s/\t!/\\\!/" magic.mime > magic.good` and then of course use the new
11 magic file.
12
13 [1] Fetch http://dev.iworks.at/PATCHES/fileinfo/fileinfo-win32build.zip (84k)