Oh, it's still in draft state.
Too may extensions are missing ext/seesion, ext/json, ext/pdo.
Only very simple tests may be done now, and they can't predict impact on
real-life applications.

Thanks. Dmitry.

On Thu, Jan 15, 2015 at 12:54 AM, Andrea Faulds <a...@ajf.me> wrote:

>
> > On 14 Jan 2015, at 19:43, Dmitry Stogov <dmi...@zend.com> 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/
>
>
>
>
>

Reply via email to