Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40106 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97307 invoked from network); 27 Aug 2008 16:15:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 16:15:28 -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 64.233.166.183 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: 64.233.166.183 py-out-1112.google.com Received: from [64.233.166.183] ([64.233.166.183:28073] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/34-03720-E9D75B84 for ; Wed, 27 Aug 2008 12:15:28 -0400 Received: by py-out-1112.google.com with SMTP id a25so1720963pyi.16 for ; Wed, 27 Aug 2008 09:15:24 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/GwgKE8ZpcFtdTcJZOrRVnLmjJWnI3o8piSXMLok7gE=; b=vr7tkg2ir72xLvpashpVDFr22/DgepW7jkNY9v/95f6/CEJuBZzXgRZ/JG4JaXLmlG Yvit/PCUTurLFfFLQtsC2KswDXhyNn62GusTBzhtqiOx5df2lJVqfb2lnS9Zx8CBDvT9 6qanc/YyO7kaU1MfgEUNEPeUjwCPYoXPVPoi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=km3qckfbyix4ToleisP/eQk1Ov6y2WsROoc+tQEvrWz5ZGSpWrrOuGDg1PLIdL/F2+ tH7pKgtFPBoJ3UoGmWlAZKp6Ro09/PU9yKAk+2Rv1eg/WwPoWNPE9aVnSgg13OtHWHJq eq71DGr5P+Dm3zIf3J/nTBPfP2jrfwlobLt8A= Received: by 10.64.180.15 with SMTP id c15mr235693qbf.26.1219853724486; Wed, 27 Aug 2008 09:15:24 -0700 (PDT) Received: by 10.65.83.14 with HTTP; Wed, 27 Aug 2008 09:15:24 -0700 (PDT) Message-ID: <7acec0a40808270915wcdd79bfl7119d07c0a04f7e7@mail.gmail.com> Date: Wed, 27 Aug 2008 12:15:24 -0400 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Is gmp_testbit going to be pushed out of CVS eventually? From: smokinn@gmail.com ("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. Thank you, Guillaume Theoret