mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
added import and export methods
additional checks better errormessages
This commit is contained in:
parent
665caa4026
commit
584b0947f5
2 changed files with 154 additions and 124 deletions
|
|
@ -72,6 +72,7 @@ PHP_FUNCTION(gnupg_encryptsign);
|
|||
PHP_FUNCTION(gnupg_decrypt);
|
||||
PHP_FUNCTION(gnupg_decryptverify);
|
||||
PHP_FUNCTION(gnupg_export);
|
||||
PHP_FUNCTION(gnupg_import);
|
||||
|
||||
#ifdef ZTS
|
||||
#define GNUPG_G(v) TSRMG(gnupg_globals_id, zend_gnupg_globals *, v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue