1
0
Fork 0

wrong change in prevous commit

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1282 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 10 years ago
parent c7492e6c3a
commit 313f0d0cc2

@ -519,7 +519,7 @@ void xc_install_class(ZEND_24(NOTHING, const) char *filename, zend_class_entry *
#endif
if (istmpkey) {
zend_u_hash_quick_update(CG(class_table), type, key, len, h,
ce, sizeof(zend_class_entry *),
&ce, sizeof(zend_class_entry *),
NULL
);
#ifndef ZEND_COMPILE_DELAYED_BINDING
@ -529,7 +529,7 @@ void xc_install_class(ZEND_24(NOTHING, const) char *filename, zend_class_entry *
#endif
}
else if (zend_u_hash_quick_add(CG(class_table), type, key, len, h,
ce, sizeof(zend_class_entry *),
&ce, sizeof(zend_class_entry *),
NULL
) == FAILURE) {
CG(zend_lineno) = Z_CLASS_INFO(*ce).line_start;

Loading…
Cancel
Save