, 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,
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
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
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
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