php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11983 GLOBAL vars HTTP_RAW_POST_DATA and HTTP_FDF_DATA do not exist
Submitted: 2001-07-09 12:46 UTC Modified: 2001-07-09 15:04 UTC
From: dcourey at dtechcomputer dot com Assigned:
Status: Closed Package: FDF related
PHP Version: 4.0.5 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dcourey at dtechcomputer dot com
New email:
PHP Version: OS:

 

 [2001-07-09 12:46 UTC] dcourey at dtechcomputer dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-09 13:15 UTC] rasmus@php.net
$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 15:04 UTC] sniper@php.net
Update to PHP 4.0.6 where this should actually work..

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC