Changeset 110

Show
Ignore:
Timestamp:
06/23/05 23:48:47 (3 years ago)
Author:
zoeloelip
Message:

Applied patch 1226111

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r109 r110  
    112005-06-23 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    22 
     3        * Applied patch 1226111 
    34        * Added a warning message when php scripts have a modification time in 
    45          in the future and the debug is enabled. 
  • eaccelerator/trunk/webui.c

    r89 r110  
    686686                                                ("<td><font color=%s>$tmp%u</font> </td>", 
    687687                                                 color (VAR_NUM 
    688                                                                 (opline->op2.u.var)), 
    689                                                  VAR_NUM (opline->op2.u.var)); 
     688                                                                (opline->result.u.var)), 
     689                                                 VAR_NUM (opline->result.u.var)); 
    690690                                } else if (opline->result.op_type == IS_VAR) { 
    691691                                        if ((opline->result.u.EA.type & EXT_TYPE_UNUSED) != 0)