From:             slasherx at leaseyourmind dot com
Operating system: Freebsd 4.8 STABLE
PHP version:      4.3.2
PHP Bug Type:     Variables related
Bug description:  HTTP_RAW_POST_DATA is only available in global scape

Description:
------------
While expecting raw post data, it is received, but the data is nowhere in
the $_SERVER suplerglobal nor any other, but the global scope accessible
only though $HTTP_RAW_POST_DATA and the only other superglobal
$GLOBALS['HTTP_RAW_POST_DATA']. 


-- 
Edit bug report at http://bugs.php.net/?id=24741&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24741&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24741&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24741&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24741&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24741&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24741&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24741&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24741&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24741&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24741&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24741&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24741&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24741&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24741&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24741&r=gnused

Reply via email to