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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC