|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-09-23 11:16 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Feb 12 17:00:01 2026 UTC |
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