Changeset 1051 for trunk/xcache/xc_utils.h
- Timestamp:
- 2012-07-26T05:47:52+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_utils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.h
r1018 r1051 2 2 #include "xc_compatibility.h" 3 3 4 typedef struct { 4 typedef zend_op_array *(zend_compile_file_t)(zend_file_handle *h, int type TSRMLS_DC); 5 6 typedef struct _xc_compilererror_t { 7 int type; 8 uint lineno; 9 int error_len; 10 char *error; 11 } xc_compilererror_t; 12 13 typedef struct _xc_compile_result_t { 5 14 zend_op_array *op_array; 6 15 HashTable *function_table; … … 33 42 ZESW(xc_cest_t *, void) xc_install_class(ZEND_24(NOTHING, const) char *filename, xc_cest_t *cest, int oplineno, zend_uchar type, const24_zstr key, uint len, ulong h TSRMLS_DC); 34 43 35 #if defined(E_STRICT) || defined(E_DEPRECATED)36 #define XCACHE_ERROR_CACHING37 #endif38 39 44 typedef zend_bool (*xc_if_func_t)(void *data); 40 45
Note: See TracChangeset
for help on using the changeset viewer.

