Jump to content

STDERR and STDOUT and system()


Xu Wei Jie

Recommended Posts

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);

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.