Changeset 284
- Timestamp:
- 11/08/06 15:02:28 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.5/ChangeLog (modified) (1 diff)
- eaccelerator/branches/0.9.5/ea_restore.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/ChangeLog
r277 r284 1 2006-11-08 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Forgot to include changeset [251] when porting php 5.2 support to the 4 0.9.5 branch. This fixes bug #204. 5 1 6 2006-10-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 7 eaccelerator/branches/0.9.5/ea_restore.c
r271 r284 716 716 #endif 717 717 #endif 718 #ifdef ZEND_ENGINE_2_2 719 to->ce = EAG(class_entry); 720 #endif 718 721 return to; 719 722 }