Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81054 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88612 invoked from network); 23 Jan 2015 22:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 22:13:43 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.43 mail-qg0-f43.google.com Received: from [209.85.192.43] ([209.85.192.43:58939] helo=mail-qg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/61-15523-697C2C45 for ; Fri, 23 Jan 2015 17:13:42 -0500 Received: by mail-qg0-f43.google.com with SMTP id e89so8258943qgf.2 for ; Fri, 23 Jan 2015 14:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4Kb8h3R1RIEmQbLFNps5EVh/FCFOLa8TJs5edv9t5Ls=; b=wslq23YdGnXnslAqbsdhpz4J2U92X9tsvOEJnUNJEDawJ/akOqoXcnM1wVHODdoM+V dwd7lcKn0/OHnOVNdOfz0y8dt82J5/sUjyhQUMNMibMaDAu+EGWcUQGVN9M4WeiimzB0 7jIKyDfYyeCnHh/LUSRky0o2R1bMMVRlwBg7WJrqKmfxXOSTOabEWrHMFdhZTCBfGbiX ZQ61KZ2ZYGo3kWa7YXE1Lba1EOcT0IYZDEmogFl0wdX1FFOXFu0QPLJWNrF2LBMsad/c Hrqn9KAzuCy6XGvHt1cXrQ25Nw9SuhAkFQ/PhoK0TaSg/lvkw0NheC2YGmSVQxwb8Vtl jOgQ== X-Received: by 10.140.109.164 with SMTP id l33mr17733169qgf.91.1422051219759; Fri, 23 Jan 2015 14:13:39 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Fri, 23 Jan 2015 14:12:59 -0800 (PST) In-Reply-To: References: <54C1261D.7080009@php.net> Date: Sat, 24 Jan 2015 07:12:59 +0900 X-Google-Sender-Auth: ThtyVjsSTwdlmMden8dzJ9ZXaQE Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113a304ece6aec050d591936 Subject: Re: [PHP-DEV] [RFC] pecl_http From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113a304ece6aec050d591936 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Mike, On Fri, Jan 23, 2015 at 5:34 PM, Michael Wallner wrote: > > On 23 01 2015, at 09:11, Michael Wallner wrote: > > > > > >> On 23 01 2015, at 04:42, Yasuo Ohgaki wrote: > >> > >> > >> Could you include http_build_query() modification in the RFC? > >> http_build_query() escapes ' ' as '+' currently. It should be '%20'. > >> I was about to proposing this change, but it was http_* function and > >> the change does not break scripts. > > > > I don=E2=80=99t think that belongs to this RFC, Yasuo. > > But I=E2=80=99m +1 on your request, because it seems a no-brainer. > > > > BTW, there already is PHP_QUERY_RFC3986. Yes there is. I will propose changing the default. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113a304ece6aec050d591936--