Changeset 955
- Timestamp:
- 07/06/2012 07:21:02 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r954 r955 1546 1546 } 1547 1547 if (Z_TYPE(Z_OP_CONSTANT(opline->op2)) == IS_STRING) { 1548 assert( !entry_php->dirpath);1548 assert(entry_php->dirpath); 1549 1549 TRACE("restored op2 constant: %s", entry_php->dirpath); 1550 1550 ZVAL_STRINGL(&Z_OP_CONSTANT(opline->op2), entry_php->dirpath, entry_php->dirpath_len, !shallow_copy); … … 1552 1552 #ifdef IS_UNICODE 1553 1553 else if (Z_TYPE(Z_OP_CONSTANT(opline->op2)) == IS_UNICODE) { 1554 assert( !entry_php->udirpath);1554 assert(entry_php->udirpath); 1555 1555 ZVAL_UNICODEL(&Z_OP_CONSTANT(opline->op2), entry_php->udirpath, entry_php->udirpath_len, !shallow_copy); 1556 1556 }

