Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36902 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11742 invoked from network); 9 Apr 2008 12:46:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2008 12:46:26 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.249 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.132.249 an-out-0708.google.com Received: from [209.85.132.249] ([209.85.132.249:65208] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/19-04949-0AABCF74 for ; Wed, 09 Apr 2008 08:46:25 -0400 Received: by an-out-0708.google.com with SMTP id c18so543505anc.1 for ; Wed, 09 Apr 2008 05:46:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=/LcLunxSLEuljYZcW7oe8XQveUfuIdJqPZvXu73aaRM=; b=NJXIO5PtAlxgVj1I1LiBvP/0IXfkRTaVg5bDrHSLm97Qknf8N8ax8SQzMsR69XzU9QE+2axHNFrVG8vip1gS6zp1R25ymjMoZGWkyrt5sSJYBvohNJcrRhEEjWzAjBFQbEucLuec0HWxkQ8239lVsI2AE9+Rex1L/s73D/30glE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=BlfpBzz4iwPJ/FJuNn4PNeUl3QbHiety8vH1u4RMVfSJD63OO3uTUPHqPNICOwN7neYjADOXPtwxxuiL2RwEdX2qRasn6cgggw/gPmvqGDM8NmcNNzWAKlYZy4knlsDAmddLxQfVXx8M+dW2hQO7a1KeonI0g45mrzVO/a9GQyY= Received: by 10.100.13.5 with SMTP id 5mr111655anm.110.1207745181313; Wed, 09 Apr 2008 05:46:21 -0700 (PDT) Received: from ?10.0.18.8? ( [157.86.206.62]) by mx.google.com with ESMTPS id w43sm105183hsa.3.2008.04.09.05.46.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Apr 2008 05:46:19 -0700 (PDT) To: Derick Rethans Cc: PHP Developers Mailing List In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Wed, 09 Apr 2008 09:46:16 -0300 Message-ID: <1207745176.5406.11.camel@felipe> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Missing signature violation warnings suck. From: felipensp@gmail.com (Felipe Pena) Em Qua, 2008-04-09 às 11:27 +0200, Derick Rethans escreveu: > I don't know who removed this check, but please put it back > in! > Hi Derick, it looks has been introduced by this patch suggested and discussed in that thread: http://marc.info/?l=php-internals&m=120430609612237&w=2 -- Regards, Felipe Pena.