Changeset 124 for eaccelerator/trunk/ea_restore.h
- Timestamp:
- 07/11/05 19:25:38 (3 years ago)
- Files:
-
- eaccelerator/trunk/ea_restore.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ea_restore.h
r123 r124 38 38 void restore_function(mm_fc_entry *p TSRMLS_DC); 39 39 zend_op_array* restore_op_array(zend_op_array *to, eaccelerator_op_array *from TSRMLS_DC); 40 zend_class_entry *restore_class_entry(zend_class_entry * to, eaccelerator_class_entry *from TSRMLS_DC); 41 void restore_class_parent(char *parent, int len, zend_class_entry *to TSRMLS_DC); 42 #ifdef ZEND_ENGINE_2 43 void restore_class_methods(zend_class_entry *to TSRMLS_DC); 44 #endif 40 45 41 46 dtor_func_t get_zend_destroy_property_info(TSRMLS_D);