Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81015 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27798 invoked from network); 23 Jan 2015 03:42:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 03:42:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:54988] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/8D-61273-333C1C45 for ; Thu, 22 Jan 2015 22:42:43 -0500 Received: by mail-qa0-f46.google.com with SMTP id j7so4285728qaq.5 for ; Thu, 22 Jan 2015 19:42:40 -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=sRWSCZq+7sZz1mnwUH02CfSE9DNBzKrlG45e/XGc6FI=; b=fr5Z9XUF98sKDJLHYq1yDxHQrM964YBer3kpBw2Bcn4rh1gtp7rzcVjFrxJLnQkS7r K0rH9a5Cvx0pyu1EzdRHPvHa727JZwlVsaNIVR28+jjY15Xy/4nBxkmI4U/RJ5A0H4T+ r0ZmxzYCsiWysEDbLLjo0vAAeO5I/yUycWLg0rxbPIDKCfnb9dWWb3yO4tQ+EoeSTBg4 mJ4SvvyQ1l2a6oUlQAeAq0dWh/GL/uy+sq9LGz92R6E1qyJ6BvrispKc5ty6sTa0dgac kk6Kutr10FhELXCprdM1hxaIf1+ZCAJ6qMGaBMc1ABHHrrMx5qJjW7AjoAv00Zt027bP 1HoA== X-Received: by 10.224.2.9 with SMTP id 9mr3935915qah.66.1421984560540; Thu, 22 Jan 2015 19:42:40 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Thu, 22 Jan 2015 19:42:00 -0800 (PST) In-Reply-To: <54C1261D.7080009@php.net> References: <54C1261D.7080009@php.net> Date: Fri, 23 Jan 2015 12:42:00 +0900 X-Google-Sender-Auth: UtfTjkiM4UQO3vWLF12GCnJ4SUI Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c22ccc9b7529050d4994a0 Subject: Re: [PHP-DEV] [RFC] pecl_http From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c22ccc9b7529050d4994a0 Content-Type: text/plain; charset=UTF-8 Hi Mike, On Fri, Jan 23, 2015 at 1:32 AM, Michael Wallner wrote: > Now, that I'm mostly done with porting pecl/http [1] and dependencies > (propro [2] and raphf [3]) to ZE3 I'd like to restart discussion on the > topic, whether it is feasible to add pecl_http as a bundled extension to > the core. > > https://wiki.php.net/rfc/pecl_http > 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c22ccc9b7529050d4994a0--