Re: Exit code 2 from PHP script

2008-01-22 Thread Vlad "SATtva" Miller
, January 21, 2008 10:02 AM > To: Gnupg-users > Subject: RE: Exit code 2 from PHP script > > Apologies for the delay, it was a busy weekend. > >> You don't have to specify full path to the executable if it's in your >> system PATH. > > I'm aware,

RE: Exit code 2 from PHP script

2008-01-21 Thread Brent Hagany
lto:[EMAIL PROTECTED] On Behalf Of Brent Hagany Sent: Monday, January 21, 2008 10:02 AM To: Gnupg-users Subject: RE: Exit code 2 from PHP script Apologies for the delay, it was a busy weekend. > You don't have to specify full path to the executable if it's in your > system PATH. I'm

RE: Exit code 2 from PHP script

2008-01-21 Thread Brent Hagany
why it's trying to write to /, and how to stop it? I tried adding the --homedir flag above, but that did not work. Also, this is my first time using proc_open(), so I'm not sure that my usage is 100% correct. Thanks much, Brent -Original Message----- From: [EMAIL PROTECTED] [mailto:[E

Re: Exit code 2 from PHP script

2008-01-19 Thread Vlad "SATtva" Miller
Brent Hagany wrote on 19.01.2008 02:39: > Hello, > > This issue has been addressed several times on this list, but after > several hours of searching, I cannot find a solution that works for me. > Here's a simple test case that I cannot get to work: > > $out = exec("/usr/bin/gpg --list-keys",$out

Exit code 2 from PHP script

2008-01-18 Thread Brent Hagany
Hello, This issue has been addressed several times on this list, but after several hours of searching, I cannot find a solution that works for me. Here's a simple test case that I cannot get to work: $out = exec("/usr/bin/gpg --list-keys",$output,$return); This, and everything like it, except "g