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 should display the general help text.
It does. But it sends the output to STDERR, which PHP doesn't have access
to. If you do this with apache, the output will go straight to the
apache, omitting PHP, if from a shell with PHP executable, the lines go
to the shell's tty.
--
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
System administrator & programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]