]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit IDs have...
authorBrion Vibber <brion@pobox.com>
Tue, 23 Nov 2010 17:28:47 +0000 (09:28 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 23 Nov 2010 17:28:47 +0000 (09:28 -0800)
commitc169dcb5221cf3dd452c291bf97374bb459cc5b9
tree67c394336ba781d9f69cbb4fe3bb3618039ac5fd
parent7e6c0e542f61008831b9eae93a1a45869645d3cf
Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit IDs have become too big to fit in the integer portion of double-precision floats, so to reliably use these IDs we need to pull the new string form now.
Machines with 64-bit PHP installation should have had no problems (except on Windows, where integers are still 32 bits)
plugins/TwitterBridge/daemons/twitterstatusfetcher.php
plugins/TwitterBridge/twitter.php
plugins/TwitterBridge/twitterimport.php