Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40109 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6920 invoked from network); 27 Aug 2008 16:26:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 16:26:48 -0000 Authentication-Results: pb1.pair.com header.from=smokinn@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=smokinn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: smokinn@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:34704] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/56-03720-74085B84 for ; Wed, 27 Aug 2008 12:26:47 -0400 Received: by gxk7 with SMTP id 7so4219246gxk.23 for ; Wed, 27 Aug 2008 09:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:subject :cc:in-reply-to:mime-version:content-type:content-transfer-encoding :content-disposition:references; bh=CZMAMRUEAiGOs+t+DK+5waZQykJRfbWT9o39CZMNZ6I=; b=sK83GjMAcO4Ps4QTn7QgRqppmM2IcH3NFAwqWZDhzX1wQ4ar6eUue1DiJD3gDrbNBB AEUnRtiqECoBc78xyHvonZQawnXhxpEOtD8Hnu7C4AqIkatYae7aEdri2/cwpTuG7o/M hzVR9AgpoDN7xPJ/j15vPgSl6aW8U7ETjWm+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZY5lCp62gjs8m/cwWNyvxlRwOvRakiOyEi1eOEUMhZ74OycGzDFtMO3jbU5X3G9i3y T1dsXGctQZ7InhfvRmNvbk7X61cbhwvD50vDBfEzI8UirKIa+X3ESLK23N5cxWsW9SAj Z1oyvxWFA/yVYlvDS3MqxcYXKDpriffV9oGuk= Received: by 10.151.48.15 with SMTP id a15mr380274ybk.146.1219854405125; Wed, 27 Aug 2008 09:26:45 -0700 (PDT) Received: by 10.65.83.14 with HTTP; Wed, 27 Aug 2008 09:26:44 -0700 (PDT) Message-ID: <7acec0a40808270926o72758c5fse5b083e141589233@mail.gmail.com> Date: Wed, 27 Aug 2008 12:26:44 -0400 Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7acec0a40808270915wcdd79bfl7119d07c0a04f7e7@mail.gmail.com> Subject: Re: [PHP-DEV] Is gmp_testbit going to be pushed out of CVS eventually? From: smokinn@gmail.com ("Guillaume Theoret") Ok, looking forward to the release in october then, thanks. On Wed, Aug 27, 2008 at 12:19 PM, Alexey Zakhlestin wrote: > On Wed, Aug 27, 2008 at 8:15 PM, Guillaume Theoret wrote: >> 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/ >