Changeset 117
- Timestamp:
- 07/07/05 23:57:43 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/ea_restore.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r116 r117 1 1 2005-07-07 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 2 3 * Added get_zend_destroy_property_info function to ea_restore.h 3 4 * Code refactoring needed for the new encoder. Moved all store/calc 4 5 functions to ea_store.c and all restore/fixup functions to ea_restore.c eaccelerator/trunk/ea_restore.h
r116 r117 39 39 zend_op_array* restore_op_array(zend_op_array *to, eaccelerator_op_array *from TSRMLS_DC); 40 40 41 dtor_func_t get_zend_destroy_property_info(TSRMLS_D); 42 41 43 #endif /* EA_RESTORE_H */