Edit report at http://bugs.php.net/bug.php?id=53424&edit=1
ID: 53424 User updated by: myselfasunder at gmail dot com Reported by: myselfasunder at gmail dot com Summary: passthru() and STDERR Status: Bogus Type: Bug Package: Program Execution Operating System: Windows 7 PHP Version: 5.2.14 Block user comment: N Private report: N New Comment: Please re-read the original ticket: "Please also display STDERR output. This is a request specific for Windows. Obviously this isn't a problem under Linux." You've provided the well-known Unix/Linux solution. This solution is not supported under Windows. Please re-open the ticket, even if you can't provide a solution at this time. This will save me the effort of opening another one. Dustin Previous Comments: ------------------------------------------------------------------------ [2010-11-30 06:28:44] dtajchre...@php.net passthru("$cmd 2>&1"); ------------------------------------------------------------------------ [2010-11-29 21:26:52] myselfasunder at gmail dot com Description: ------------ Please also display STDERR output. This is a request specific for Windows. Obviously this isn't a problem under Linux. Test script: --------------- passthru('<command that only outputs STDERR>'); Expected result: ---------------- I expect everything from STDOUT and STDERR to be displayed. Actual result: -------------- Will output nothing (expect maybe a little whitespace). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53424&edit=1