Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64842 invoked from network); 23 Jan 2015 08:11:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 08:11:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.172 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.172 mail-we0-f172.google.com Received: from [74.125.82.172] ([74.125.82.172:44106] helo=mail-we0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/04-61273-C2202C45 for ; Fri, 23 Jan 2015 03:11:25 -0500 Received: by mail-we0-f172.google.com with SMTP id q59so2536123wes.3 for ; Fri, 23 Jan 2015 00:11:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=B688w5UuvkqobWRiRSl5wBczCBKRZcWhIlTqM1o/lZM=; b=jePlCU+qvtlEiearftt98+h8RBlsetY2erq9+/P8lGD+x/SpztEusEEt6uj2+B9o+T 7cOzOnhILwhl6nPqSaFjaAYEIXkrOjR/MJmLkARIYgyyGiGgOxjRfHc+wNiO+kBb4jdY ZlSLsACAnTYF3u01/cSUtVBy7ksLpWS1JAk+siWkhOrN/K2cC81lO+5iXVI+wEyFrtPX bcmOIe8gURKjtjzFrEc8dZ7L+299ZSBMCCyvUMndfyM1UUFKdTZUjri8e5DrBAeBIOuY RvZISDWmSJ73qjrP6jYjsmew6q7IRO9CI/r7InXWk7J4rZs8Yd5rWXvQcwN9wOp2AynW l80g== X-Received: by 10.180.198.51 with SMTP id iz19mr1043913wic.65.1422000679644; Fri, 23 Jan 2015 00:11:19 -0800 (PST) Received: from lepisma-3.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id be4sm765176wib.16.2015.01.23.00.11.18 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Jan 2015 00:11:18 -0800 (PST) Sender: Michael Wallner Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Fri, 23 Jan 2015 09:11:50 +0100 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <54C1261D.7080009@php.net> To: Yasuo Ohgaki X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] pecl_http From: mike@php.net (Michael Wallner) > On 23 01 2015, at 04:42, Yasuo Ohgaki wrote: >=20 >=20 > 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. Cheers, Mike