displaying top 100 results
2673017 CF-4156552 External U. I mentioned this in a separate wishlist item, though obviously Brian is the king of caching. Being able to integrate with other caching engines would be great.
Tracker Issue String member functions don't cast
2608121 CF-4187503 Language brian king String member functions don't cast Problem Description:
.len() .trim() and other "string"-based member functions should cast values that are 'stringy" but not objects as string just as Len() and Trim() do now, to reduce confusion in code. When used on values
Tracker Issue CFThread using name="x" kills thread scope
2608225 CF-4160540 Language brian king CFThread using name="x" kills thread scope Problem Description:
This code block
thread action="run" name="x" {
sleep(100);
}
thread action="join" name="x" timeout="100";
writeDump(cfthread);
generates an error "The value coldfusion