Skip to content

Commit 1e4dbbd

Browse files
committed
Is it the trait flagging that makes it slow?
1 parent 144bce8 commit 1e4dbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_inheritance.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ static void zend_do_traits_property_binding(zend_class_entry *ce, zend_class_ent
25382538
}
25392539
}
25402540
} ZEND_HASH_FOREACH_END();
2541-
ce->ce_flags |= traits[i]->ce_flags & ZEND_ACC_HAS_RC_PROPS;
2541+
// ce->ce_flags |= traits[i]->ce_flags & ZEND_ACC_HAS_RC_PROPS;
25422542
}
25432543
}
25442544
/* }}} */

0 commit comments

Comments
 (0)