> On 14 Jan 2015, at 19:43, Dmitry Stogov <[email protected]> wrote:
>
> Hi Andrea,
>
> Where can I get the code?
>
> Thanks. Dmitry.
Hey Dmitry,
The bigint-libtommath branch was merged back into the bigint branch since I figured there was no
point keeping them separate, even if the LibTomMath backend isn’t quite complete.
So, the pull request is here: https://github.com/php/php-src/pull/876
Or, the branch directly: https://github.com/TazeTSchnitzel/php-src/tree/bigint
When configuring, you can use —-enable-bigint-gmp to use GMP for bigints. Otherwise it will use
LibTomMath. GMP is probably faster, and it has all operations implemented (I still need to do
bitwise ops for LibTomMath). For GMP, you’ll need to have the library installed.
Thanks.
--
Andrea Faulds
http://ajf.me/