Add initial implementation of the init options

This commit is contained in:
Jakub Zelenka 2018-05-19 19:18:56 +01:00
parent d2045bf5f4
commit 8a5c714b9c
2 changed files with 84 additions and 23 deletions

View file

@ -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);