Changeset 114
- Timestamp:
- 07/06/05 17:53:48 (4 years ago)
- Files:
-
- eaccelerator/trunk/eaccelerator.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/eaccelerator.c
r113 r114 1423 1423 ea_debug_pad(EA_DEBUG TSRMLS_C); 1424 1424 ea_debug_printf(EA_DEBUG, "[%d] store_op_array: %s [scope=%s]\n", getpid(), 1425 from->function_name ? from->function_name : "(top)", from->scope ? from->scope->name : "NULL"); 1425 from->function_name ? from->function_name : "(top)", 1426 #ifdef ZEND_ENGINE_2 1427 from->scope ? from->scope->name : "NULL"); 1428 #else 1429 "NULL"); 1430 #endif 1426 1431 1427 1432 if (from->type == ZEND_INTERNAL_FUNCTION) {