php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10729 posting XML data to the cgi-bin php script
Submitted: 2001-05-08 07:29 UTC Modified: 2001-05-08 09:42 UTC
From: ondi at 21 dot ru Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: solaris 7 sparc
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ondi at 21 dot ru
New email:
PHP Version: OS:

 

 [2001-05-08 07:29 UTC] ondi at 21 dot ru
Hi there again!

Im trying to post XML data to the chi-bin php script, that shold parse that data and deal with it tags!
So php catch all my stdin before! and I cant reach my XML!

Sorry that was my mistake about $PHP_POST_VARS it should be $HTTP_POST_VARS of course.

if I do fopen("php://stdin", "r") I'll read nothing!!!
because of php did it before!

what is the best way to solve it?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 07:31 UTC] derick@php.net
Duplicate of 10726
(there is no need to open two reports for one bug)
 [2001-05-08 09:42 UTC] sniper@php.net
Please ask these support questions on 
php-general@lists.php.net mailing list.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC