Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52783 invoked from network); 4 Feb 2015 17:33:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 17:33:42 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.214.182 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.182 mail-ob0-f182.google.com Received: from [209.85.214.182] ([209.85.214.182:59842] helo=mail-ob0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/72-40930-5F752D45 for ; Wed, 04 Feb 2015 12:33:42 -0500 Received: by mail-ob0-f182.google.com with SMTP id nt9so2565653obb.13 for ; Wed, 04 Feb 2015 09:33:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=crs42C+FgPk8rlAp0vdLstUdI2hHydKeH862lXydc0I=; b=r/MWwYtuPH0b96DKxiGQYrYkz1tDt/jzX2/yvA3/ANqgUSVBiVi5igSK9sE7Heo1aE OYwDkdeexm3xBcmpUb7aWwJm/Xu2kvG+GbzMZ2nVVrYjla4AdUUgBUbxad4JLR3AwbvD GSsFj3OjPTJ8ILgXJu/UB6DTK0+mTjbwBbSPI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=crs42C+FgPk8rlAp0vdLstUdI2hHydKeH862lXydc0I=; b=DGNJB6mCHg22i53yZ+hfDVxVtD5XqTjw8ccryA5/YTEQ42fe9lfxT2v+e06YLTRE88 C2rkRSu1XmUFUO9W14cxudadh9PkNCA4l3uZXtilWhr0PECWDQ3ysBr1Q7IUGpntgQtM E6CqRFV18AqyYxgo1aYmz1s6LzSuvOHh9DshtWKiET6gR1ulsf4sMiGlxOQcoR5DPUu5 GBVN7Bg+93wgxZZCOweKvluLNkvClZrnI8hjvaiDzHVa5kuKzSFHpe6Yy85nAqmnti9B rkERU9b5f1FxtqbhtxZHGkFO43IFYRSPgbwmkYtyk32iwRocj14CYSpFxHIRvCmVBLTd E5pA== X-Gm-Message-State: ALoCoQm2Cb/Fy5j8cj17pRuh1QeeEtY1Z2rjiZNmkoiLgkP3oKgzymUfS+HjuWOuYNY9Cyz0Hr1i MIME-Version: 1.0 X-Received: by 10.182.199.70 with SMTP id ji6mr19497083obc.3.1423071218772; Wed, 04 Feb 2015 09:33:38 -0800 (PST) Received: by 10.202.214.205 with HTTP; Wed, 4 Feb 2015 09:33:38 -0800 (PST) In-Reply-To: <1E80FCAC-6EEB-426C-97D2-B6813BA1460C@ajf.me> References: <54D217E7.8030407@php.net> <54D21BEB.2040704@php.net> <54D2527F.8020809@googlemail.com> <1E80FCAC-6EEB-426C-97D2-B6813BA1460C@ajf.me> Date: Wed, 4 Feb 2015 19:33:38 +0200 Message-ID: To: Andrea Faulds Cc: Crypto Compress , PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] pecl_http From: narf@devilix.net (Andrey Andreev) Hi, On Wed, Feb 4, 2015 at 7:26 PM, Andrea Faulds wrote: > Hey, > >> On 4 Feb 2015, at 17:23, Andrey Andreev wrote: >> >> I'm not sure about namespacing it in the first place, but otherwise I >> agree with you - acronyms should be capitalised. > > What=E2=80=99s your objection? We either namespace it, or we have to add = some weird prefix to avoid conflicts. I=E2=80=99d rather we not have the pr= efix. > > The global namespace is already plenty polluted. Sure, most extensions so= far don=E2=80=99t use namespaces, but that=E2=80=99s because they were wri= tten before 5.3 came out. I think it=E2=80=99s time to move on. Users know = what namespaces are now, I don=E2=80=99t think it=E2=80=99d cause problems. > I'm not objecting it really, just haven't had a detailed look at it yet and so far there's no core/bundled extension that is namespaced (the ever-present "consistency" argument ... *cough*). Cheers, Andrey.