Changeset 986 for trunk/main/xc_utils.h
- Timestamp:
- 2012-07-18T05:13:28+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/main/xc_utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/main/xc_utils.h
r982 r986 41 41 #endif 42 42 43 /* return op_array to install */44 typedef zend_op_array *(*xc_sandboxed_func_t)(void *data TSRMLS_DC);45 zend_op_array *xc_sandbox(xc_sandboxed_func_t sandboxed_func, void *data, ZEND_24(NOTHING, const) char *filename TSRMLS_DC);46 const Bucket *xc_sandbox_user_function_begin(TSRMLS_D);47 const Bucket *xc_sandbox_user_class_begin(TSRMLS_D);48 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D);49 #ifdef XCACHE_ERROR_CACHING50 xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D);51 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D);52 #endif53 54 43 void xc_zend_class_add_ref(zend_class_entry ZESW(*ce, **ce)); 55 44
Note: See TracChangeset
for help on using the changeset viewer.

