Changeset 164
- Timestamp:
- 02/19/06 16:20:26 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/ea_store.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r163 r164 1 2006-02-19 Hans Rakers <hans at parse dot nl> 2 3 * Restored PHP4 compatibility 4 1 5 2006-02-18 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/trunk/ea_store.c
r162 r164 825 825 return ZEND_HASH_APPLY_KEEP; 826 826 } 827 #endif828 827 829 828 /* … … 845 844 return ZEND_HASH_APPLY_REMOVE; 846 845 } 846 #endif 847 847 848 848 eaccelerator_class_entry *store_class_entry(zend_class_entry * from TSRMLS_DC) … … 924 924 store_zval_hash(&to->default_properties, &from->default_properties); 925 925 #endif 926 927 #ifdef ZEND_ENGINE_2 926 928 store_hash(&to->function_table, &from->function_table, (store_bucket_t) store_op_array, (check_bucket_t) store_function_inheritance_check, from); 929 #else 930 store_hash(&to->function_table, &from->function_table, (store_bucket_t) store_op_array, NULL, NULL); 931 #endif 927 932 928 933 #ifdef DEBUG