php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #71642
Patch gnupg-iis revision 2016-02-22 09:41 UTC by t dot tayyem at yahoo dot com

Patch gnupg-iis for IIS related Bug #71642

Patch version 2016-02-22 09:41 UTC

Return to Bug #71642 | Download this patch
Patch Revisions:

Developer: t.tayyem@yahoo.com

 

 
$res = gnupg_init();
 
 $public_key_sender = file_get_contents('public_key_sender.asc', true);
 
 
 $public_key_sender_ = gnupg_import($res,$public_key_sender);
 
 
print_r($private_key_sender_); 
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC