Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71338 invoked from network); 23 Jan 2015 08:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 08:33:37 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wg0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:45955] helo=mail-wg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/65-61273-06702C45 for ; Fri, 23 Jan 2015 03:33:37 -0500 Received: by mail-wg0-f45.google.com with SMTP id x12so6122919wgg.4 for ; Fri, 23 Jan 2015 00:33:33 -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=2hATJ0KAnzQ5T2bCpS+vGL9G3k1qVhu7HScYrKa32Us=; b=NHto8QmtxBpuLAQxkV9Q7MGkB+GnJSciipV+cQZaUfPudoGYvL1PkXm4g5kMvSeAwJ JE51urYN3sz6i9+j/sxLMa7Zefy0Qp43rVGBqwnkPYYDoueLYW/+YxTHt+z03KM2Q91D 0T7DfL/I0tLWIzhDTcmz2YJybCdGU1xF4mo26N27oFK8xWSv4nU8a2vzizGKsci9+iu1 tFOteHJsTcc/FHqxB25c3eC4T/hOhJrLz6zzD2/lsWGNFGeG7ueAjIMphFQIsFlAGIQF uaJy545aBcqWx6+0638Rv6NxqFW3FQL2Qv+B29WOCGZ2ZkpuEW+psXT2VPigNDmFOasZ Gh4w== X-Received: by 10.180.20.141 with SMTP id n13mr1235317wie.73.1422002013186; Fri, 23 Jan 2015 00:33:33 -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 n6sm1230142wjy.8.2015.01.23.00.33.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Jan 2015 00:33:32 -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:34:04 +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 09:11, Michael Wallner wrote: >=20 >=20 >> 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. >=20 > 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. >=20 BTW, there already is PHP_QUERY_RFC3986. Mike