mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 21:31:35 +00:00
removed in_get/in_set on object creation to avoid build-failure with php 5.1x
This commit is contained in:
parent
631a9890d9
commit
52985b59a5
2 changed files with 0 additions and 4 deletions
2
gnupg.c
2
gnupg.c
|
|
@ -155,8 +155,6 @@ zend_object_value gnupg_obj_new(zend_class_entry *class_type TSRMLS_DC){
|
|||
|
||||
intern = emalloc(sizeof(gnupg_object));
|
||||
intern->zo.ce = class_type;
|
||||
intern->zo.in_get = 0;
|
||||
intern->zo.in_set = 0;
|
||||
intern->zo.properties = NULL;
|
||||
|
||||
ALLOC_HASHTABLE (intern->zo.properties);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue