[PHP-DEV] Bug #11983 Updated: GLOBAL vars HTTP_RAW_POST_DATA and HTTP_FDF_DATA do not exist

2001-07-09 Thread sniper

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

Update to PHP 4.0.6 where this should actually work..

--Jani


Previous Comments:


[2001-07-09 13:15:23] [EMAIL PROTECTED]

$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.  



[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 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11983 Updated: GLOBAL vars HTTP_RAW_POST_DATA and HTTP_FDF_DATA do not exist

2001-07-09 Thread rasmus

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 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]