Thank you, ir4z0r, but the trouble remains.
If I check the value that you can get from the
system(cmd, $result)
call, it returns 0, indicating no errors.
Actually, some of the commands do work, a shell script containing something like
echo $1 > /tmp/temp.txt
statement will correctly write a file with the first parameter of the command.
Now all this sounds like some kind of permissions problem, but as I log in as apache user (the httpd user name), I can execute all the necessary commands at will.... 🙁
I am starting to think about bugs in PHP, but the source (4.2.2) looks ok at first sight. Maybe some kind of threading problem? 😕
Anyway, if anybody has any ideas, I'd be very happy...:rolleyes:
Thanks! Henk