How much work on top of bcmath and the pecl/big_int is this kind of feature. Also, out of curiosity- what are the use cases for big int?
I also presume that the implementation would have to take 64bit machines into account? -ralph On 2/17/09 6:06 PM, "zelnaga" <[email protected]> wrote: > > http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Crypt/ > Math/BigInteger.php > > I'm trying to use that in a project of mine and was wondering how difficult > it would be to add pure-PHP support to that? There's a PHP4 BigInteger > library that could be adapted with relatively little work from the looks of > it: > > http://phpseclib.cvs.sourceforge.net/viewvc/*checkout*/phpseclib/phpseclib/Mat > h/BigInteger.php?revision=1.5 > > Short of updating the functions and variables the make them explicitly > public and private, I'm not sure what else would need to be done to that. -- Ralph Schindler Software Engineer | [email protected] Zend Framework | http://framework.zend.com/
