Changeset 60

Show
Ignore:
Timestamp:
01/14/05 02:38:29 (4 years ago)
Author:
segv74
Message:

fixes 1099498.
[ 1099498 ] Problems with IMP H3 (Horde) when restarting apache2
( bug was lied on fix_zval(), it didn't check IS_CONSTANT_INDEX flag. )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.c

    r56 r60  
    738738 
    739739static void fixup_zval(zval* zv TSRMLS_DC) { 
    740   switch (zv->type) { 
     740  switch (zv->type & ~IS_CONSTANT_INDEX) { 
    741741    case IS_CONSTANT: 
    742742    case IS_STRING: