Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24390 invoked from network); 27 Jan 2015 09:19:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 09:19:45 -0000 Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 217.147.176.214 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 217.147.176.214 mail4-2.serversure.net Linux 2.6 Received: from [217.147.176.214] ([217.147.176.214:56197] helo=mail4.serversure.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/01-18778-E2857C45 for ; Tue, 27 Jan 2015 04:19:43 -0500 Received: (qmail 12758 invoked by uid 89); 27 Jan 2015 09:19:40 -0000 Received: by simscan 1.3.1 ppid: 12751, pid: 12755, t: 0.0627s scanners: attach: 1.3.1 clamav: 0.96/m:52/d:10677 Received: from unknown (HELO ?10.0.0.8?) (lester@rainbowdigitalmedia.org.uk@86.189.147.37) by mail4.serversure.net with ESMTPA; 27 Jan 2015 09:19:39 -0000 Message-ID: <54C7582B.3080202@lsces.co.uk> Date: Tue, 27 Jan 2015 09:19:39 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Discussion for RFC: Set appropriate/better defaults. From: lester@lsces.co.uk (Lester Caine) On 27/01/15 02:06, Yasuo Ohgaki wrote: > Another example is http_build_query(). It should escape ' ' as '%20' by > default, not '+'. The quick response is probably 'why', but I probably know the answer, becuase some standard has changed. The problem with this one is that using a '+' sign when encoding page names is so much easier to read than $20, and many of the systems I'm still supporting have had as a standard since PHP4 days. Editing stored data to cope with that change is not as easy as changing code, so what is easy to say in an RFC can have a lot more deeper implications! -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk