Re: [PHP] exec works with some, but not all commands

2004-07-24 Thread Matthew Sims
> > why would exec("touch /var/www/testfile.txt") work but not > > exec("/usr/bin/gpg --homedir /home/testuser/.gnupg blah blah blah") > > the dir used in homedir has mode 777 just for testing > > > this is the actual command I'm trying to run... > exec("/usr/bin/gpg --homedir /home/testdir/.gnupg

[PHP] exec works with some, but not all commands

2004-07-24 Thread Jonathan Villa
why would exec("touch /var/www/testfile.txt") work but not exec("/usr/bin/gpg --homedir /home/testuser/.gnupg blah blah blah") the dir used in homedir has mode 777 just for testing this is the actual command I'm trying to run... exec("/usr/bin/gpg --homedir /home/testdir/.gnupg --armor --outpu