From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: Calling Exec() with CGI version of PHP places stderr messages in response
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? -- Edit bug report at http://bugs.php.net/?id=15705&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15705&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15705&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15705&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15705&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15705&r=support Expected behavior: http://bugs.php.net/fix.php?id=15705&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15705&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15705&r=submittedtwice
