Changeset 378 for branches/1.2/utils.h
- Timestamp:
- 05/07/2007 05:21:35 PM (19 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,371,374-375 to /trunk:1-302,344-346,371,374-375
-
branches/1.2/utils.h
r268 r378 53 53 HashTable tmp_class_table; 54 54 HashTable tmp_auto_globals; 55 Bucket *tmp_internal_function_tail; 56 Bucket *tmp_internal_class_tail; 55 57 } xc_sandbox_t; 56 58 59 void xc_zend_class_add_ref(zend_class_entry ZESW(*ce, **ce)); 57 60 xc_sandbox_t *xc_sandbox_init(xc_sandbox_t *sandbox, char *filename TSRMLS_DC); 58 61 void xc_sandbox_free(xc_sandbox_t *sandbox, int install TSRMLS_DC);

