Bug 52579

Summary: HTTP_RAW_POST_DATA not available
Product: [Retired] Red Hat Linux Reporter: Peter Bowen <pzbowen+rhbeta>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-12-07 23:57:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Add php.ini option to force HTTP_RAW_POST_DATA to be used none

Description Peter Bowen 2001-08-25 19:50:47 UTC
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.

Comment 1 Peter Bowen 2001-08-25 19:52:27 UTC
Created attachment 29574 [details]
Add php.ini option to force HTTP_RAW_POST_DATA to be used

Comment 2 Peter Bowen 2002-04-14 19:45:24 UTC
Fixed in 4.1.2.