Changeset 304
- Timestamp:
- 05/06/07 22:24:05 (1 year ago)
- Files:
-
- eaccelerator/branches/0.9.5/ChangeLog (modified) (1 diff)
- eaccelerator/branches/0.9.5/cache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.5/ChangeLog
r284 r304 1 2007-05-06 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Patch r283 from trunk 4 1 5 2006-11-08 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/branches/0.9.5/cache.c
r276 r304 633 633 634 634 if (p->ttl) { 635 if (p->ttl <t) {635 if (p->ttl > t) { 636 636 add_assoc_long(list, "ttl", p->ttl); // ttl 637 637 } else {