Hi emil ! If you are using gnupg comand line, there is not way on PHP-safe mode. The only way that i know to wrap around this problem it's install pecl extension package calls gnupg (http://pecl.php.net/package/gnupg). This extension use libgpgme that bind all gnupg comand line options, then it don't have problems with safe mode. i don't know if this tips it's useful in your case, but it's the only solutions that i know. On 1/16/06, emil@xxxxxxxxxx <emil@xxxxxxxxxx> wrote: > > > Hello, > > My ISP have php set for safe mode. And now I'm trying to run gpg from php. > > Basically I'm trying to run this from exec(): > echo "testar testar" | /usr/local/bin/gpg --homedir /home/myuser/ .gnupg > -a --always-trust --batch --no-secmem-warning -e -u "Test Test <test@xxxxxxxx>" -r "Test Test < > test@xxxxxxxx>" > > When I run it from cli myself it works fine, but it fails when I run it > from php. Are there anyway I can get this to work? > > Sorry if this is OT or an obvious question. > > /Regards Emil > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >