X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_message.c;h=ead53476ebed117277e8fc0a842ddb2a10e8b91d;hb=00e24570e4af64936d3209bbbad2b0a7f88157a5;hp=066deca86566b3e640d6e92e0d9ab2f112e39c49;hpb=8099f0bdec0a8731a3fbb350bf5a8e3320d1fc01;p=m6w6%2Fext-http 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(©);