mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
Finish porting gnupg.c using phpc
This commit is contained in:
parent
4229b54fd6
commit
bc85cdf849
3 changed files with 306 additions and 309 deletions
|
|
@ -46,8 +46,6 @@ PHPC_OBJ_STRUCT_BEGIN(gnupg)
|
|||
HashTable *decryptkeys;
|
||||
PHPC_OBJ_STRUCT_END()
|
||||
|
||||
static zend_class_entry *gnupg_class_entry;
|
||||
|
||||
PHP_MINIT_FUNCTION(gnupg);
|
||||
PHP_MSHUTDOWN_FUNCTION(gnupg);
|
||||
PHP_MINFO_FUNCTION(gnupg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue