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
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: 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: Thu May 02 06:01:32 2024 UTC