As far as I can tell gmp_testbit was written 15 months ago (committed
April 30, 2007?) but it's still sitting in CVS and is the only
function in the gmp library ( http://www.php.net/manual/en/ref.gmp.php
) documented but still unavailable.
I'm using gmp_scan1 right now but my bloom filter would be much more
efficient if I had gmp_testbit.
Thank you,
Guillaume Theoret
As far as I can tell gmp_testbit was written 15 months ago (committed
April 30, 2007?) but it's still sitting in CVS and is the only
function in the gmp library ( http://www.php.net/manual/en/ref.gmp.php
) documented but still unavailable.I'm using gmp_scan1 right now but my bloom filter would be much more
efficient if I had gmp_testbit.
it is available in 5.3
--
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
Ok, looking forward to the release in october then, thanks.
As far as I can tell gmp_testbit was written 15 months ago (committed
April 30, 2007?) but it's still sitting in CVS and is the only
function in the gmp library ( http://www.php.net/manual/en/ref.gmp.php
) documented but still unavailable.I'm using gmp_scan1 right now but my bloom filter would be much more
efficient if I had gmp_testbit.it is available in 5.3
--
Alexey Zakhlestin
http://blog.milkfarmsoft.com/