Changeset 172
- Timestamp:
- 02/23/06 12:11:21 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/ea_restore.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r171 r172 1 2006-02-23 Hans Rakers <hans at parse dot nl> 2 3 * Don't increase parent refcount in restore_class_parent. This is wrong 4 and leads to trouble in the Zend shutdown phase (zend_destroy_class). 5 This most likely also fixes the REMOVE_POINTER_FROM_LIST segfault of 6 bug #1432758 7 1 8 2006-02-22 Hans Rakers <hans at parse dot nl> 2 9 eaccelerator/trunk/ea_restore.c
r170 r172 739 739 to->clone = to->parent->clone; 740 740 #endif 741 to->parent->refcount++;742 741 ea_debug_printf(EA_DEBUG, "restore_class_parent: found parent %s..\n", to->parent->name); 743 742 ea_debug_printf(EA_DEBUG, "restore_class_parent: parent type=%d child type=%d\n", to->parent->type, to->type);