Mantis - Quercus
Viewing Issue Advanced Details
2717 minor always 06-05-08 14:54 06-12-08 16:59
ferg  
nam  
urgent  
closed 3.1.6  
fixed  
none    
none 3.2.0  
0002717: php://input for drupal
(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);
        }


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