Xu Wei Jie Posted March 22, 2009 Share Posted March 22, 2009 I am currently having problem with this line of code. When I write debug messages to STDERR (fwrite(STDERR,'error') and processed contents of scripts to STDOUT directed to files, if 2 system commands are running together and writing to 2 different files, I will get 1 'error' printed to STDOUT(the console) and 1 'error' printed to the 1st file which is unwanted. Anyone knows how to work around this? I need to print debug messages to console only. system("php $frame 2>&1 1>> $file",$retval); Quote Link to comment https://forums.phpfreaks.com/topic/150564-stderr-and-stdout-and-system/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.