Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98588 invoked from network); 27 Aug 2008 16:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 16:19:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad 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: indeyets@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:41979] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/74-03720-3AE75B84 for ; Wed, 27 Aug 2008 12:19:47 -0400 Received: by gxk7 with SMTP id 7so4207606gxk.23 for ; Wed, 27 Aug 2008 09:19: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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ODgTn1Ds1jbPm8cmJNB4QiBM/0UNCwXjNRIczSv6qcw=; b=SD8HET3qWprEXwwVz/mkvRqqt5UlDDbF/ZAFYXwleUX6gDkGcBZmfgDn+XaykPTY3X 6ZrezuxLJjP46tlMu/sr9yUKCaWQ4OycqdmnpU7H1WpTbchLORXpvBLuRH9Kl63P+6+d MvbFnLUI4BJ4ei2Qp4s5/l55nZLtIqKHha9II= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TVa8vz86Bgm9KByKjXvr+/Z7hnydoe2QjTQoJQxix1j7QGrgBlS0L5VivhWkoa5oAL 3tLRZL75v8OH6tuUOZI/TwGsQyy54zYAkLga14hkwMUSu0Jh9JAdquPr0T5m5S0UIG6C aYeJ83bhcANyuZyDvq5Fa5o/XkiKvv97D2+yA= Received: by 10.150.212.14 with SMTP id k14mr390633ybg.89.1219853984848; Wed, 27 Aug 2008 09:19:44 -0700 (PDT) Received: by 10.150.186.11 with HTTP; Wed, 27 Aug 2008 09:19:44 -0700 (PDT) Message-ID: Date: Wed, 27 Aug 2008 20:19:44 +0400 To: "Guillaume Theoret" Cc: internals@lists.php.net In-Reply-To: <7acec0a40808270915wcdd79bfl7119d07c0a04f7e7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: indeyets@gmail.com ("Alexey Zakhlestin") 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/