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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 20 = ?
Subscribe to this entry?

 
 [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 03:01:32 2024 UTC