Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14347 invoked from network); 15 Nov 2009 17:00:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2009 17:00:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.213 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.218.213 mail-bw0-f213.google.com Received: from [209.85.218.213] ([209.85.218.213:54150] helo=mail-bw0-f213.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/F2-32236-893300B4 for ; Sun, 15 Nov 2009 12:00:11 -0500 Received: by bwz5 with SMTP id 5so5012113bwz.23 for ; Sun, 15 Nov 2009 09:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=U8c1OT75XhWlKrWOP6cLGXP3pIiRcK93MObxTtPFQR0=; b=k0ydq420EOa8CgbDb0KDc7GYyJhC1TTiaeYGEuj4S/aoVOUZm0lTBezP10i9pUfOwo 4MTWpvM3Pu0x0giHjroEIFr6pRsoL6qDBHJTaM8hnQfE0T/dYWyFaXpKKSFgtLjiOn7v Rcx0cvaKWGij1diqoj0BHqgfK8Qipsuw+EgEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=keKL8ZYRAIw/SPeyYM9n13rgJE3TrOKyr/mw2B9EXggtb+jrwl4J5ZQKhUUPFx9U1G d3b2oOYRQZcLFlHdrZYqNjrISH+tkRbwjGZ530Dc3aVD471OUmHHyDqs3fycKbdbg2+n GJA83u6zulrbIWccPQ036DE4OoVAdnYxtf7m4= MIME-Version: 1.0 Received: by 10.216.86.14 with SMTP id v14mr2156977wee.183.1258304400336; Sun, 15 Nov 2009 09:00:00 -0800 (PST) In-Reply-To: <16bf97b10911140936w6f1248dfj2e7eb753f651f396@mail.gmail.com> References: <16bf97b10911140936w6f1248dfj2e7eb753f651f396@mail.gmail.com> Date: Sun, 15 Nov 2009 15:00:00 -0200 Message-ID: <46ccd1ab0911150900g34c9d98ch8f28cac0dfd9564b@mail.gmail.com> To: Pierrick Charron Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6d7eb68cd27e704786bd264 Subject: Re: [PHP-DEV] Patches for bugs 49521 and 50158 From: felipensp@gmail.com (Felipe Pena) --0016e6d7eb68cd27e704786bd264 Content-Type: text/plain; charset=UTF-8 Hi Pierrick, 2009/11/14 Pierrick Charron > Hi , > > Here are the patches and phpt for the following bugs : > > #49521 (The patch move the call to the constructor before the mapping > logic) > - http://www.adoy.net/php/49521.PHP_5_2.patch > - http://www.adoy.net/php/49521.PHP_5_3.patch > - http://www.adoy.net/php/49521.PHP_6_0.patch > - http://www.adoy.net/php/phpt/bug_49521.phpt > > #50158 (Add = and ? to the local-part validation according to RFC2822) > - http://www.adoy.net/php/50158.patch (Work on 5.2, 5.3, 6.0) > - http://www.adoy.net/php/phpt/bug50158.phpt > I've committed your patches, thanks for contributing! -- Regards, Felipe Pena --0016e6d7eb68cd27e704786bd264--