We are tripping on a problem with php-fpm using php-5.3.14 and nginx 1.2.1 on Centos 6.3 (Redhat 6.3) where a certain php response is coming through with the last two bytes of the response cut off, but nginx delivers the content length correctly.
This is code that has been running on apache for a long time. We are working to move this to a new server, which we wish to use nginx/php-fpm
This is peculiar because it is xmlrpc output, and the final tag is cut off, the code that serves this, simply echos the output.
Christopher Noyes