Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4270 invoked from network); 14 May 2009 16:21:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2009 16:21:46 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:34327] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/23-27038-9154C0A4 for ; Thu, 14 May 2009 12:21:46 -0400 Received: by fxm20 with SMTP id 20so1542185fxm.23 for ; Thu, 14 May 2009 09:21:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=r1R8wn1rvAwL7vX+sG3CZjzRx6vIZo+PqhLRdGFnJoQ=; b=avZV6xXRP8oay2Hd6PRPzgyY5vL8QNI04wWxqLgp5d6iU3rvT+9nRfGs/ssX19VFQa NEl+fiIfjdAFP7C8paPB5bSrJydnUXyxCpgUFZ90/0eeYoyiKQzE4NqUSepqZWKiDLIh xZcz5uFdE3PGpjFywger/wD88PXmCXvlV+qEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=UlaW/KbAXuBVwcWrzrPofchOR2jr0dENDROtBOfgVV0WV58hdDuo4mM6t/KDPNjnw3 HgAAJOE236T2c8wP4Xc/qsoBeoHCkaJbYTisqcjcm+BbBKHGZ7Jzkl94219a8KQfokfn HgEendqelf3msCsq3hQGOR5X0eMSHENvY7ink= Received: by 10.204.103.209 with SMTP id l17mr2230440bko.152.1242316710918; Thu, 14 May 2009 08:58:30 -0700 (PDT) Received: from ?192.168.1.10? (207-177-41-213.getmyip.com [213.41.177.207]) by mx.google.com with ESMTPS id h2sm214152fkh.36.2009.05.14.08.58.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 May 2009 08:58:30 -0700 (PDT) Sender: Arnaud LB To: jani.taskinen@iki.fi Cc: internals Mailing List In-Reply-To: <4A0C274E.3030809@sci.fi> References: <4A0C274E.3030809@sci.fi> Content-Type: text/plain Date: Thu, 14 May 2009 17:58:28 +0200 Message-ID: <1242316708.6014.78.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: 7bit Subject: Re: Fix for bug #45540 not in PHP_5_2 From: lbarnaud@php.net (Arnaud Le Blanc) Hi, On Thu, 2009-05-14 at 17:14 +0300, Jani Taskinen wrote: > Hi, > > Why wasn't this fix merged to PHP_5_2? It's clearly a bug and it really should > be fixed in the stable branch as well.. The fix changes a parameter of php_stream_url_wrap_http_ex(), I guess that I thought that it was unsuitable for 5.2. Or maybe at this time I thought the 5.2 branch was closed. The parameter change may not break code using it, I will merge this. Regards, Arnaud