Changeset 117

Show
Ignore:
Timestamp:
07/07/05 23:57:43 (3 years ago)
Author:
zoeloelip
Message:

Added get_zend_destroy_property_info function to ea_restore.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r116 r117  
    112005-07-07 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    22 
     3        * Added get_zend_destroy_property_info function to ea_restore.h 
    34        * Code refactoring needed for the new encoder. Moved all store/calc 
    45          functions to ea_store.c and all restore/fixup functions to ea_restore.c 
  • eaccelerator/trunk/ea_restore.h

    r116 r117  
    3939zend_op_array* restore_op_array(zend_op_array *to, eaccelerator_op_array *from TSRMLS_DC); 
    4040 
     41dtor_func_t get_zend_destroy_property_info(TSRMLS_D); 
     42 
    4143#endif /* EA_RESTORE_H */