Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71249 invoked from network); 14 Nov 2009 17:36:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2009 17:36:09 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.210.192 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.210.192 mail-yx0-f192.google.com Received: from [209.85.210.192] ([209.85.210.192:40983] helo=mail-yx0-f192.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/46-22753-88AEEFA4 for ; Sat, 14 Nov 2009 12:36:09 -0500 Received: by yxe30 with SMTP id 30so4590672yxe.29 for ; Sat, 14 Nov 2009 09:36:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.150.4.9 with SMTP id 9mr1009468ybd.44.1258220166605; Sat, 14 Nov 2009 09:36:06 -0800 (PST) Date: Sat, 14 Nov 2009 12:36:06 -0500 Message-ID: <16bf97b10911140936w6f1248dfj2e7eb753f651f396@mail.gmail.com> To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Patches for bugs 49521 and 50158 From: pierrick@webstart.fr (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 Thanks for feedbacks Pierrick