1
0
Fork 0

fixed #129, added idx_type for PHP_5_3

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@482 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 16 years ago
parent 6b0f3f9cdf
commit 9e29e3173d

@ -83,6 +83,9 @@ DEF_STRUCT_P_FUNC(`zval', , `dnl {{{
DONE(refcount)
DONE(type)
DONE(is_ref)
#ifdef ZEND_ENGINE_2_3
COPY(idx_type)
#endif
} while(0);
return;
', `
@ -147,6 +150,9 @@ dnl }}}
DISPATCH(zval_data_type, type)
DISPATCH(zend_uchar, is_ref)
DISPATCH(zend_ushort, refcount)
#ifdef ZEND_ENGINE_2_3
DISPATCH(zend_uchar, idx_type)
#endif
')dnl IFDASM
')
dnl }}}

Loading…
Cancel
Save