X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message.c;h=ead53476ebed117277e8fc0a842ddb2a10e8b91d;hp=066deca86566b3e640d6e92e0d9ab2f112e39c49;hb=c5da027b7eca8eae5304e536539c2be05e716009;hpb=1c2e8194e3bb4483544cdb31257bdc26953b5c5f diff --git a/php_http_message.c b/php_http_message.c index 066deca..ead5347 100644 --- a/php_http_message.c +++ b/php_http_message.c @@ -1139,7 +1139,7 @@ static zval **php_http_message_object_get_prop_ptr(zval *object, zval *member, c if (SUCCESS == php_http_message_object_get_prophandler(Z_STRVAL_P(copy), Z_STRLEN_P(copy), &handler)) { zval_ptr_dtor(©); - return &php_http_property_proxy_init(NULL, object, member TSRMLS_CC)->myself; + return &php_http_property_proxy_init(NULL, object, member, NULL TSRMLS_CC)->myself; } zval_ptr_dtor(©);