Changeset 938 for trunk/utils.h
- Timestamp:
- 2012-06-28T12:17:58+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r937 r938 83 83 typedef zend_op_array *(*xc_sandboxed_func_t)(void *data TSRMLS_DC); 84 84 zend_op_array *xc_sandbox(xc_sandboxed_func_t sandboxed_func, void *data, ZEND_24(NOTHING, const) char *filename TSRMLS_DC); 85 const Bucket *xc_sandbox_user_function_begin( );86 const Bucket *xc_sandbox_user_class_begin( );87 zend_uint xc_sandbox_compilererror_cnt( );85 const Bucket *xc_sandbox_user_function_begin(TSRMLS_D); 86 const Bucket *xc_sandbox_user_class_begin(TSRMLS_D); 87 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D); 88 88 #ifdef XCACHE_ERROR_CACHING 89 xc_compilererror_t *xc_sandbox_compilererrors( );90 zend_uint xc_sandbox_compilererror_cnt( );89 xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D); 90 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D); 91 91 #endif 92 92
Note: See TracChangeset
for help on using the changeset viewer.

