- fix access to variables if HttpMessage is extended
[m6w6/ext-http] / php_http_std_defs.h
index f9485e57013a935c7f7345a53894d9a26277a773..c7646b7cd857e6d30158fc7ed163d5e9db78ebd3 100644 (file)
@@ -71,7 +71,6 @@ typedef int STATUS;
        RETVAL_OBJVAL(ov); \
        return
 #define ZVAL_OBJVAL(zv, ov) \
-       (zv)->is_ref = 1; \
        (zv)->type = IS_OBJECT; \
        (zv)->value.obj = (ov); \
        if (Z_OBJ_HT_P(zv)->add_ref) { \