Changeset 687
- Timestamp:
- 2009-09-29T16:17:18+02:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
processor/processor.m4 (modified) (3 diffs)
-
xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r684 r687 363 363 DISPATCH(zend_uint, num_interfaces) 364 364 365 IFRESTORE(` COPY(filename)', `PROC_STRING(filename)')365 IFRESTORE(`dst->filename = processor->entry_src->filepath;DONE(filename)', `PROC_STRING(filename)') 366 366 DISPATCH(zend_uint, line_start) 367 367 DISPATCH(zend_uint, line_end) … … 522 522 gc_arg_info = 1; 523 523 #endif 524 IFRESTORE(`dst->filename = processor->entry_src->filepath;') 524 525 if (op_array_info->oplineinfo_cnt) { 525 526 gc_opcodes = 1; … … 640 641 #endif 641 642 642 IFRESTORE(` COPY(filename)', `PROC_STRING(filename)')643 IFRESTORE(`dst->filename = processor->entry_src->filepath;DONE(filename)', `PROC_STRING(filename)') 643 644 #ifdef IS_UNICODE 644 645 IFRESTORE(` -
trunk/xcache.c
r686 r687 1578 1578 xce->var##path_len = 0; \ 1579 1579 } 1580 if (!const_usage.filepath_used) { 1581 xce->filepath = NULL; 1582 xce->filepath_len = 0; 1583 } 1580 /* filepath is required to restore op_array->filename, so no free filepath here */ 1584 1581 X_FREE_UNUSED(dir) 1585 1582 #ifdef IS_UNICODE
Note: See TracChangeset
for help on using the changeset viewer.

