ID:               49639
 Updated by:       j...@php.net
 Reported By:      df at wwi dot dk
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Linux
 PHP Version:      5.2.11
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2009-09-23 09:43:15] df at wwi dot dk

Description:
------------
I am working in a company where we used php://input to read json
encoded data coming from an ajax call.
In IE and FF it works as it should.
But in Safari, php://input is not working. I dont know if any of the
others dont

Reproduce code:
---------------
---
>From manual page: function.file-get-contents
---
$input = file_get_contents('php://input',1000);

Expected result:
----------------
Data

Actual result:
--------------
Nothing at all


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49639&edit=1

Reply via email to