Changeset 251
- Timestamp:
- 07/28/06 22:32:06 (2 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/ea_restore.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r249 r251 1 2006-07-28 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Restore the class entry of zend_property_info when using php 5.2, this fixes bug #151 4 1 5 2006-07-27 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/trunk/ea_restore.c
r248 r251 635 635 to->doc_comment_len = 0; 636 636 to->doc_comment = NULL; 637 #endif 638 #ifdef ZEND_ENGINE_2_2 639 to->ce = EAG(class_entry); 637 640 #endif 638 641 return to; … … 855 858 EAG(xpad)--; 856 859 #endif 857 858 860 return to; 859 861 }