[TYPO3-core] RFC: Bug #4555: double posts do not get found

Franz Holzinger franz at fholzinger.com
Sat Nov 25 09:23:47 CET 2006


This is a SVN patch request.

Problem:
The double post identifier key is stored as a UNSIGNED INT 32 Bit (4
Byte) - function calcDoublePostKey. In the query however this key is
converted into PHP int, which is a different value in many cases. This
happens with integers are larger than 2147483647. Then it would be
converted into a negative integer.

http://bugs.typo3.org/view.php?id=4555

Solution:

Change the query to not convert the key into a signed integer.

Branches: TYPO3_4-0 & Trunk

- Franz


-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.tslib_fetce.php.diff
Type: text/x-patch
Size: 538 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20061125/606f3b56/attachment.bin 


More information about the TYPO3-team-core mailing list