1
0
Fork 0

update handling of refcount for readonly protection after relocate impl

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1447 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
master
Xuefer 10 years ago
parent 6413478cd7
commit 8df8c75878

@ -882,10 +882,10 @@ DEF_STRUCT_P_FUNC(`zend_op_array', , `dnl {{{
dnl SETNULL(u_twin)
#endif
IFSTORE(`pushdef(`FIXPOINTER')')
IFSTORE(`pushdef(`FIXPOINTER_EX')')
STRUCT_P(zend_uint, refcount)
IFSTORE(`
popdef(`FIXPOINTER')
popdef(`FIXPOINTER_EX')
DST(`refcount[0]') = 1;
FIXPOINTER(zend_uint, refcount)
')

Loading…
Cancel
Save