|
Last change
on this file since 987 was
987,
checked in by moo, 10 months ago
|
|
main/ conflict with php/main/
|
-
Property svn:eol-style set to
native
|
|
File size:
721 bytes
|
| Line | |
|---|
| 1 | #ifndef _22077CFAC35518969B4416944ACBA159 |
|---|
| 2 | #define _22077CFAC35518969B4416944ACBA159 |
|---|
| 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 /* _22077CFAC35518969B4416944ACBA159 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.