Changeset 357
- Timestamp:
- 07/14/09 11:25:27 (1 year ago)
- Files:
-
- eaccelerator/trunk/ea_restore.c (modified) (1 diff)
- eaccelerator/trunk/optimize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ea_restore.c
r356 r357 592 592 memcpy(to->doc_comment, from->doc_comment, from->doc_comment_len + 1); 593 593 } 594 # ifdef ZEND_ENGINE_2_2 594 #endif 595 #ifdef ZEND_ENGINE_2_2 595 596 to->ce = EAG(class_entry); 596 # endif597 597 #endif 598 598 return to; eaccelerator/trunk/optimize.c
r352 r357 3228 3228 BB* bb; 3229 3229 3230 #if defined(ZEND_ENGINE_2_3) && !defined(DEBUG) 3231 // disable the optimizer for PHP 5.3 3232 return; 3233 #endif 3234 3230 3235 #ifdef ZEND_ENGINE_2_3 3231 3236 ALLOCA_FLAG(use_heap)