Hello,
I've installed FastCGI with PHP 5.2.6 on my Windows 2003 R2 x64 Server.
Everything works fine except :
We have developped an PHP5 webservice which use SoapServer PHP functions. This webservice works perfectly, except when we activate reponse compression (ob_start("ob_gzhandler");) in the webservice.
When we activate response compression, the soapserver function never return (timeout).
If we disable the response compression (removing ob_start or having a SoapClient which do not accept compression) : the same webservice methode return immediately.
This problem is only with FastCGI -> I have installed PHP ISAPI and it is working fine.
Any guy in the FastCGI team for helping us (turnaround or update available ?)
Thank you by advance
Cyril