Skip to content

Commit b62121a

Browse files
committed
just do not cache -- more trouble than it is worth right now
1 parent 0ff7a33 commit b62121a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Zend/zend_vm_def.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,6 @@ ZEND_VM_HANDLER(210, ZEND_FETCH_INNER_CLASS, CONST|TMPVAR|UNUSED, CONST, CACHE_S
18881888
}
18891889
}
18901890

1891-
CACHE_PTR(opline->extended_value, inner_ce);
18921891
Z_CE_P(EX_VAR(opline->result.var)) = inner_ce;
18931892

18941893
zend_string_release(full_class_name);

Zend/zend_vm_execute.h

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)