Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71564 invoked from network); 12 Oct 2009 18:55:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2009 18:55:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=vincent@optilian.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=vincent@optilian.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain optilian.com does not designate 195.68.251.133 as permitted sender) X-PHP-List-Original-Sender: vincent@optilian.com X-Host-Fingerprint: 195.68.251.133 rectophobia.com Received: from [195.68.251.133] ([195.68.251.133:53186] helo=t0x.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/A8-54920-1AB73DA4 for ; Mon, 12 Oct 2009 14:55:31 -0400 Received: from [192.168.106.1] (six.t0x.lan [192.168.106.1]) by t0x.net (8.14.3/8.14.3/Debian-9) with ESMTP id n9CItQBZ030407 for ; Mon, 12 Oct 2009 20:55:26 +0200 Message-ID: <4AD37B9D.1040805@optilian.com> Date: Mon, 12 Oct 2009 20:55:25 +0200 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [patch] bug 45808 From: vincent@optilian.com (Vincent NEGRIER) Hi everyone, I have made a patch to fix this bug: http://bugs.php.net/bug.php?id=45808 Diff against 5.3.0 is here: http://si.kz/php-bug-45808.diff.txt As far as I have tested, everything works as expected with this patch applied. Can someone with karma please review it and apply to HEAD and/or 5.3 branch ? Regards, Vincent