Changeset 110
- Timestamp:
- 06/23/05 23:48:47 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/webui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r109 r110 1 1 2005-06-23 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 2 3 * Applied patch 1226111 3 4 * Added a warning message when php scripts have a modification time in 4 5 in the future and the debug is enabled. eaccelerator/trunk/webui.c
r89 r110 686 686 ("<td><font color=%s>$tmp%u</font> </td>", 687 687 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)); 690 690 } else if (opline->result.op_type == IS_VAR) { 691 691 if ((opline->result.u.EA.type & EXT_TYPE_UNUSED) != 0)