Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93007 invoked from network); 1 Jun 2008 23:02:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 23:02:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.235 rv-out-0506.google.com Received: from [209.85.198.235] ([209.85.198.235:1051] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/10-26282-F9A23484 for ; Sun, 01 Jun 2008 19:02:56 -0400 Received: by rv-out-0506.google.com with SMTP id g37so1078100rvb.23 for ; Sun, 01 Jun 2008 16:02:53 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MZx4Glb9IQhUGRi2odfJ/LkBhmm/qzNdbLk3Hqg4Dqs=; b=LTmVcO1l2SYhopMlm7zF4YhdijXjdRVc3MHG4PE2KzYEl98vjoTLYFir6xjk/FUCSxQ/pHorPfLFqtEJGVH9vm81nD7eh4puuBFMf8m/QdpVAdrprhanVVFt+RTk3Tus3dCYggOhwqlk1vpaFJA/60JFWa0jTiG+DyEttdaxDoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=WLBx/u+O7tKHng3r7xvbE4s2cgxhJckSLbObb1io80XKR4Qk4Kw1qosrDNrgj/oMnNHLHGwvbtCXWWcwnig4eencUqvnI7WMNn3/WvQPkGY2LdY8HWi+ZFkorygvPSEQxUQUxg4pV/wNkHFc/MZyFzTUqOVGKW9jZDeX1PmlKNo= Received: by 10.141.212.5 with SMTP id o5mr4538172rvq.20.1212361373023; Sun, 01 Jun 2008 16:02:53 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Sun, 1 Jun 2008 16:02:52 -0700 (PDT) Message-ID: Date: Mon, 2 Jun 2008 01:02:52 +0200 To: internals Cc: "Sara Golemon" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help From: pierre.php@gmail.com ("Pierre Joye") Hi, While working on the windows ports, I asked Sara about the mhash status in regard of the new shiny ext/hash. The plan is to remove ext/hash completely and emulate it in ext/hash to keep the BC. It could even a configuration flag if one likes to be sure to clean his code to use only the hash APIs. As I would love to do it myself, I sadly don't have the time to do any time soon. It would rock if someone could take the hand on it and send a patch to us. I can help for any windows issue if any (that's what I focus on these days). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org