Changeset 640 for trunk/utils.h
- Timestamp:
- 07/05/2009 04:43:38 PM (4 years ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r637 r640 123 123 xc_sandbox_t *xc_sandbox_init(xc_sandbox_t *sandbox, char *filename TSRMLS_DC); 124 124 void xc_sandbox_free(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC); 125 void xc_copy_zend_constant(zend_constant *c); 125 126 typedef zend_bool (*xc_if_func_t)(void *data); 127 128 void xc_hash_copy_if(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, xc_if_func_t checker); 129 #ifdef HAVE_XCACHE_CONSTANT 130 void xc_zend_constant_ctor(zend_constant *c); 131 void xc_zend_constant_dtor(zend_constant *c); 132 void xc_copy_internal_zend_constants(HashTable *target, HashTable *source); 133 #endif

