ID: 11983
Updated by: rasmus
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: FDF related
Operating System: 
PHP Version: 4.0.5
New Comment:

$HTTP_RAW_POST_DATA only exists when the mime type of the POST is unrecognized, so in 
the case of an FDF post it is normal that the raw post data array doesn't exist.  
$HTTP_FDF_DATA should however exist and from looking at the code in ext/fdf/fdf.c in 
the fdf_post_handler() function, I don't quite see how you are managing to get the fdf 
vars but not the HTTP_FDF_DATA array, but then again there could very well be a bug 
hiding here.  

Previous Comments:
------------------------------------------------------------------------

[2001-07-09 12:46:01] [EMAIL PROTECTED]

Neither of the GLOBAL variables HTTP_RAW_POST_DATA or HTTP_FDF_DATA exist is the 
session environment. Although the FDF forms variables DO appear as parsed variables, 
but the raw form data is gone? There's nothing to configure in the FDFTK.

------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11983&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to