1
0
Fork 0

kill some warning

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1211 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 11 years ago
parent 6397f2db78
commit b31e2b14cd

@ -100,7 +100,7 @@ struct _xc_processor_t {
xc_shm_t *shm;
xc_allocator_t *allocator;
const zend_class_entry *cache_ce;
zend_uint cache_class_index;
zend_ulong cache_class_index;
const zend_op_array *active_op_array_src;
zend_op_array *active_op_array_dst;
@ -238,7 +238,7 @@ static inline zstr xc_store_string_n(xc_processor_t *processor, zend_uchar type,
/* {{{ xc_get_class_num
* return class_index + 1
*/
static zend_uint xc_get_class_num(xc_processor_t *processor, zend_class_entry *ce) {
static zend_ulong xc_get_class_num(xc_processor_t *processor, zend_class_entry *ce) {
zend_uint i;
const xc_entry_data_php_t *php = processor->php_src;
zend_class_entry *ceptr;

Loading…
Cancel
Save