1
0
Fork 0

compiler cacher: fix early_binding_class argument

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@315 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2006-12-10 03:08:05 +00:00
parent fffb1e1bf2
commit c32e2b3854
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ static zend_op_array *xc_compile_php(xc_entry_data_php_t *php, zend_file_handle
}
xc_undo_pass_two(php->op_array TSRMLS_CC);
xc_foreach_early_binding_class(php->op_array, xc_cache_early_binding_class_cb, (void *) &php TSRMLS_CC);
xc_foreach_early_binding_class(php->op_array, xc_cache_early_binding_class_cb, (void *) php TSRMLS_CC);
xc_redo_pass_two(php->op_array TSRMLS_CC);
/* }}} */