Hello,
I just went from CGI to FASTCGI with the new fastCGI handler and get some errors with some header :
I use this header "X-JSON" for web 2.0 issues with prototype,
example :
header('X-JSON : A_JSON_STRING ' );
And this header disappears with PHP in fastCGI mode ?
There is another problem with all my
header("Location : A_WELL_FORMATTED_URL")
Which are located in code, but no text is displayed before it. And with normal CGI it is fonctional and with ISAPI too.
Should I have to add something in FasCGI configuration or is there a BUG with fast cgi and Headers ?
I think that thereis a big problem with php headers with FastCGI module !?
Thanks in advance because whis this problem, I have to rewrite so much code !