Changeset 641 for branches/1.3/utils.h
- Timestamp:
- 2009-07-05T16:56:27+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.h
r627 r641 119 119 xc_sandbox_t *xc_sandbox_init(xc_sandbox_t *sandbox, char *filename TSRMLS_DC); 120 120 void xc_sandbox_free(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC); 121 122 typedef zend_bool (*xc_if_func_t)(void *data); 123 124 void xc_hash_copy_if(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, xc_if_func_t checker); 125 #ifdef HAVE_XCACHE_CONSTANT 126 void xc_zend_constant_ctor(zend_constant *c); 127 void xc_zend_constant_dtor(zend_constant *c); 128 void xc_copy_internal_zend_constants(HashTable *target, HashTable *source); 129 #endif
Note: See TracChangeset
for help on using the changeset viewer.

