Re[2]: [PHP] System() and PGP

2001-07-20 Thread Maxim Derkachev
Hello David, Friday, July 20, 2001, 5:50:32 AM, you wrote: DP> I'm using apache, so is there away to get the output sent to PHP? Someone DP> suggested using system("pgp 2>&1"); but all I get is: DP> Pretty Good Privacy(tm) Version 6.5.1i (c) 1999 Network Associates Inc. DP> Export of thi

RE: [PHP] System() and PGP

2001-07-19 Thread David Price
2001 1:05 AM To: David Price Cc: [EMAIL PROTECTED] Subject: Re: [PHP] System() and PGP Hello David, Thursday, July 19, 2001, 8:48:17 AM, you wrote: DP> I can use this command to encrypt messages: DP> system("pgp -ea $plainTxt 'David Price <[EMAIL PROTECTED]>'&q

Re: [PHP] System() and PGP

2001-07-19 Thread Maxim Derkachev
Hello David, Thursday, July 19, 2001, 8:48:17 AM, you wrote: DP> I can use this command to encrypt messages: DP> system("pgp -ea $plainTxt 'David Price <[EMAIL PROTECTED]>'"); DP> without any problems. But when I try, DP> system("pgp"); DP> I don't get any output. It shoul

[PHP] System() and PGP

2001-07-18 Thread David Price
I have been trying to run PGP commands within PHP with the system() function. PGP is installed on the web server, and all the commands work fine when I'm su'ed as the nobody user (the web server user). I can use this command to encrypt messages: system("pgp -ea $plainTxt 'David Price <[