Actions
Bug #17419
closedField index_phash.cHashParams is too short
Start date:
2007-06-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The serialized paramteter array may be longer than 255 characters, eg when using tt_news which is quite verbose.
eg:
a:8:{s:14:"tx_ttnews[arc]";s:1:"1";s:18:"tx_ttnews[backPid]";s:2:"52";s:14:"tx_ttnews[cat]";s:1:"1";s:13:"tx_ttnews[pL]";s:8:"31622399";s:13:"tx_ttnews[pS]";s:10:"1072911600";s:18:"tx_ttnews[pointer]";s:1:"1";s:18:"tx_ttnews[tt_news]";s:2:"12";s:5:"cHash";s:10:"3746e3fa1b";}
(issue imported from #M5853)
Actions