X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_requestdatashare_object.c;h=eed7d6b8ef125ecfb08c36e2a2f70c0a52b02d10;hp=b1491c1313e945d2585d5395fd8a5fff27a9594a;hb=280b469e963c4e96a1cc8de6c500ed58aaf629b5;hpb=7d35618105146cc620cce13454a5ef242bf52a12 diff --git a/http_requestdatashare_object.c b/http_requestdatashare_object.c index b1491c1..eed7d6b 100644 --- a/http_requestdatashare_object.c +++ b/http_requestdatashare_object.c @@ -126,8 +126,8 @@ zend_object_value _http_requestdatashare_object_new_ex(zend_class_entry *ce, htt } #ifdef ZEND_ENGINE_2_4 - zend_object_std_init(OBJ_PROP(o), ce TSRMLS_CC); - object_properties_init(OBJ_PROP(o), ce); + zend_object_std_init(o, ce TSRMLS_CC); + object_properties_init(o, ce); #else ALLOC_HASHTABLE(OBJ_PROP(o)); zend_hash_init(OBJ_PROP(o), zend_hash_num_elements(&ce->default_properties), NULL, ZVAL_PTR_DTOR, 0);