I’m trying to run a shell command using the backtick operators, but the fact that the child process inherits php’s open file descriptors is problematic. Is there a way to keep this from happening?
I’m running PHP 5.1.2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way I really know of is to have the children open up their own resources after forking.
There is a fairly decent tutorial on pcntl here:
http://www.hackingwithphp.com/16/0/0/miscellaneous-topics http://www.hackingwithphp.com/16/1/4/duplication-of-resources-when-forking