Anonymous | Login | Signup for a new account | 12-17-2024 10:56 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002717 | [Quercus] | minor | always | 06-05-08 14:54 | 06-12-08 16:59 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | urgent | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.6 | ||||||
Summary | 0002717: php://input for drupal | ||||||||
Description |
(rep by Matthew Schmidt) // uso de streams para obtener información cruda del post $ph = fopen("php://input", [^] "rb"); $postData = ''; while (!feof($ph)) { $postData .= fread($ph, 4096); } |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0003190) nam 06-12-08 16:59 |
No issues seen in HessianPHP code fragment. However, other HessianPHP issues have been fixed. php/120k php/120x php/1d3l |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |