[TYPO3-dev] Bug in t3lib_pageSelect::storeHash()
Christian Kuhn
lolli at schwarzbu.ch
Tue Aug 10 22:11:54 CEST 2010
Hey,
Chris Zepernick {SwiftLizard} wrote:
> get where clause:
>
> .'AND (crdate + lifetime >= ' . $GLOBALS['EXEC_TIME'] . ' OR lifetime = 0)'
>
> has where clause:
>
> ' AND crdate + lifetime >= ' . $GLOBALS['EXEC_TIME']
>
>
> to my mind this is a bug because the "OR lifetime = 0" is missing,
> so has() will allways return false for infinit cache.
>
> all the other points i totally agree with you
Fix is now pending in core list with issue #15417 for versions 4.3, 4.4
and trunk. Please help with a review according to our core list rules
[1], to get it in for the next version.
Again: Thanks for pointing that out!
Christian
[1] http://typo3.org/teams/core/core-mailinglist-rules/
More information about the TYPO3-dev
mailing list