When using PHP with shockwave, XML-RPC, and other things that use HTTP POST for data transport, $HTTP_RAW_POST_DATA is usually available, but in some limited circumstances, it isn't. This patch, backported from CVS HEAD, adds an configuration directive to force HTTP_RAW_POST_DATA to be filled. It also has the side effect of speeding up PHP if you are only using the server for XML-RPC serving.
Created attachment 29574 [details] Add php.ini option to force HTTP_RAW_POST_DATA to be used
Fixed in 4.1.2.