mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 14:27:09 +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);
|
||||
|
|
2
phpc
2
phpc
|
@ -1 +1 @@
|
|||
Subproject commit 11299415b61f6c90f26410517e0c673b47efb7d8
|
||||
Subproject commit d549c2c50ce74a9857337ee0e697585594f29972
|
Loading…
Reference in a new issue