<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP &amp; 64-bit Integer Modulus (Almost)</title>
	<atom:link href="http://af-design.com/blog/2009/10/28/php-64-bit-integer-modulus-almost/feed/" rel="self" type="application/rss+xml" />
	<link>http://af-design.com/blog/2009/10/28/php-64-bit-integer-modulus-almost/</link>
	<description>Technology, rants, raves and reviews by Erik Giberti</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:17:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: charmradio</title>
		<link>http://af-design.com/blog/2009/10/28/php-64-bit-integer-modulus-almost/#comment-1322</link>
		<dc:creator>charmradio</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://af-design.com/blog/?p=943#comment-1322</guid>
		<description>If you can&#039;t install ext/bcmath or ext/gmp, you might want to check out phpseclib - a pure-PHP arbitrary precision integer arithmetic library:

http://phpseclib.sourceforge.net/

One neat feature of phpesclib over ext/bcmath / ext/gmp is that phpseclib lets you set the precision.  If you only want to use 64-bit integers, phpseclib lets you.  This is useful for precision dependent operations like bitwise nots or bitwise left shifts.</description>
		<content:encoded><![CDATA[<p>If you can&#8217;t install ext/bcmath or ext/gmp, you might want to check out phpseclib &#8211; a pure-PHP arbitrary precision integer arithmetic library:</p>
<p><a href="http://phpseclib.sourceforge.net/" rel="nofollow">http://phpseclib.sourceforge.net/</a></p>
<p>One neat feature of phpesclib over ext/bcmath / ext/gmp is that phpseclib lets you set the precision.  If you only want to use 64-bit integers, phpseclib lets you.  This is useful for precision dependent operations like bitwise nots or bitwise left shifts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
