Changeset 102
- Timestamp:
- 05/16/05 11:56:42 (4 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/opcodes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r101 r102 3 3 of inode numbers for the hash keys (Feature request 1201159). The default 4 4 behaviour doesn't change. 5 * Fix for bug 1202296 based on patch 1202708 5 6 6 7 2005-04-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/trunk/opcodes.c
r76 r102 161 161 #ifdef ZEND_ENGINE_2 162 162 OPDEF("UNSET_VAR", EXT_UNUSED | OP1_STD | OP2_FETCH | RES_UNUSED), /* 74 */ 163 OPDEF("UNSET_DIM_OBJ", EXT_STD | OP1_ VAR| OP2_STD | RES_UNUSED), /* 75 */163 OPDEF("UNSET_DIM_OBJ", EXT_STD | OP1_STD | OP2_STD | RES_UNUSED), /* 75 */ 164 164 OPDEF("ISSET_ISEMPTY", EXT_ISSET | OP1_VAR | OP2_UNUSED | RES_TMP), /* 76 */ 165 165 #else