mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
Add initial implementation of the init options
This commit is contained in:
parent
d2045bf5f4
commit
8a5c714b9c
2 changed files with 84 additions and 23 deletions
|
|
@ -49,6 +49,7 @@ PHP_MINIT_FUNCTION(gnupg);
|
|||
PHP_MSHUTDOWN_FUNCTION(gnupg);
|
||||
PHP_MINFO_FUNCTION(gnupg);
|
||||
|
||||
PHP_METHOD(gnupg, __construct);
|
||||
PHP_FUNCTION(gnupg_keyinfo);
|
||||
PHP_FUNCTION(gnupg_verify);
|
||||
PHP_FUNCTION(gnupg_geterror);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue