]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
TwitterBridge fix: merge down remaining 64-bit Snowflake ID fixes for twitterstatusfe...
authorBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 19:08:32 +0000 (11:08 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 18 Jan 2011 19:08:32 +0000 (11:08 -0800)
commitea3105140140bc4537f34042b7c360619f5022b2
tree63ac67ac8b726c0307eaef6197864c6fc6650b04
parent0ec07e9c651f747d93865f75b8631899a7d7f04d
TwitterBridge fix: merge down remaining 64-bit Snowflake ID fixes for twitterstatusfetcher.php from 0.9.x

Original fixes in c169dcb5221cf3dd452c291bf97374bb459cc5b9; didn't get merged in 39cad55711897323fac5f651c003c4d815a51ae0 because the code had been broken out to another file, but manual merge went smooth.

These affect twitterstatusfetcher.php on all 32-bit installs and some 64-bit installs (depending on whether the version of the JSON library reads the large numbers as long or double internally). 64-bit bug is harder to see as it tends to manifest as off-by-one due to losing a bit of precision off the end.
plugins/TwitterBridge/daemons/twitterstatusfetcher.php