Mantis Bugtracker
  

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

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
06-05-08 14:54 ferg New Issue
06-05-08 14:55 ferg Priority normal => urgent
06-12-08 16:54 nam Status new => assigned
06-12-08 16:54 nam Assigned To  => nam
06-12-08 16:59 nam Status assigned => closed
06-12-08 16:59 nam Note Added: 0003190
06-12-08 16:59 nam Resolution open => fixed
06-12-08 16:59 nam Fixed in Version  => 3.2.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker