php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15705 Calling Exec() with CGI version of PHP places stderr messages in response
Submitted: 2002-02-24 22:33 UTC Modified: 2002-02-25 09:49 UTC
From: WPinegar at healthtech dot net Assigned:
Status: Closed Package: IIS related
PHP Version: 4.1.1 OS: Windows 2000 Server
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: WPinegar at healthtech dot net
New email:
PHP Version: OS:

 

 [2002-02-24 22:33 UTC] WPinegar at healthtech dot net
Whenever I call Exec() within the CGI version of PHP I have noticed that the stderr stream from the Exec'ed program gets placed in the HTML output returned to the client.  This should not the intended design...as this does not happen when I'm running the ISAPI version of PHP.

Is this a bug?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-25 09:49 UTC] sander@php.net
It's completely up to your webserver to decide what to do with messages to stderr, e.g. Apache writes them to the error log. Apparently ISS doesn't.
Not a bug in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 20:01:35 2024 UTC