|
Last change
on this file since 989 was
989,
checked in by moo, 10 months ago
|
|
clean up
|
-
Property svn:eol-style set to
native
|
|
File size:
757 bytes
|
| Line | |
|---|
| 1 | #ifndef XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C |
|---|
| 2 | #define XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER > 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif // _MSC_VER > 1000 |
|---|
| 7 | |
|---|
| 8 | /* return op_array to install */ |
|---|
| 9 | typedef zend_op_array *(*xc_sandboxed_func_t)(void *data TSRMLS_DC); |
|---|
| 10 | zend_op_array *xc_sandbox(xc_sandboxed_func_t sandboxed_func, void *data, ZEND_24(NOTHING, const) char *filename TSRMLS_DC); |
|---|
| 11 | const Bucket *xc_sandbox_user_function_begin(TSRMLS_D); |
|---|
| 12 | const Bucket *xc_sandbox_user_class_begin(TSRMLS_D); |
|---|
| 13 | zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D); |
|---|
| 14 | #ifdef XCACHE_ERROR_CACHING |
|---|
| 15 | xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D); |
|---|
| 16 | zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D); |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | #endif /* XC_SANDBOX_H_3AFE4094B1D005188B909F9B6538599C */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.