bastardize property proxy even more -- sorry that dev3 had been released with debug...
[m6w6/ext-http] / php_http_message.c
index 066deca86566b3e640d6e92e0d9ab2f112e39c49..ead53476ebed117277e8fc0a842ddb2a10e8b91d 100644 (file)
@@ -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(&copy);
-               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(&copy);