Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47770 invoked from network); 4 Feb 2015 17:23:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 17:23:45 -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.176 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:46814] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/51-40930-F9552D45 for ; Wed, 04 Feb 2015 12:23:45 -0500 Received: by mail-ob0-f176.google.com with SMTP id wo20so2564268obc.7 for ; Wed, 04 Feb 2015 09:23:41 -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=V71822Z6hjTfXMGWganpdplQWRscOxpi3ISBNJcGOxA=; b=fyam8ALx4SgluKOqDOFIVP3UHodKANnC3RhJshdcb6WN+O6xgCsx4dp/4doGiW+KsA D7/mQ6kJtvhSwGkdwAbXzV5orpm3wgJJ6KXVDzU41kUUeVqK21vSSZgwQ5S3qGXxMeFW FNwHYmlC4gePRxJAcgvROvKu2sNseuHaXfzwk= 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=V71822Z6hjTfXMGWganpdplQWRscOxpi3ISBNJcGOxA=; b=MNhE2IyUODvVAcMfhD/owio2yQngdqbCAU04tvujWxJSlLzSd/LRpXfeHf1DGdll7d dNtLtYqmop4cEWgagi9txQfaqff5kXazNcMsn8ObtiRBpLu5CfeUSQsazW8AfLffSqvx Ze4QN2S+eB01Nq+NocGNzkiuqWPN6rq9kEmMHVlVK5KYA+Tz9BDU0ff4r44aSNyJTQzV 4X5ocuYRaDZKa29GGFATagY7+ZyGPceLahargX5FewwDb31+9aSzyDluXvl/zuxP8SWF aOKn4ko8VPDJ9lXdlrNZZxFW7ya4SeP5hdn5p+ZG6gTe7zHssbdGT6cfSnu9wijPTRac jC3A== X-Gm-Message-State: ALoCoQnuTFyrPd4jzhH5LBk9/7EoMzgpO4SkmCt+PSiHpjzS5YZMO/3xn8wCgQ7TaMgJNeQmyUDQ MIME-Version: 1.0 X-Received: by 10.202.74.215 with SMTP id x206mr13706342oia.58.1423070621410; Wed, 04 Feb 2015 09:23:41 -0800 (PST) Received: by 10.202.214.205 with HTTP; Wed, 4 Feb 2015 09:23:41 -0800 (PST) In-Reply-To: References: <54D217E7.8030407@php.net> <54D21BEB.2040704@php.net> <54D2527F.8020809@googlemail.com> Date: Wed, 4 Feb 2015 19:23:41 +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:17 PM, Andrea Faulds wrote: > Hey, > >> On 4 Feb 2015, at 17:10, Crypto Compress = wrote: >> >>> I would go with Http\ >> >> Why not the reserved Php\Http\? > > This sounds good to me. php\ is already reserved, and it=E2=80=99s simila= r to the common community convention of vendor\packagename. (e.g. ajf\escap= es.) Would work well with Composer and Packagist too, as it could be a virt= ual php/http package (Packagist naming convention). > > Also, I=E2=80=99d like to say I=E2=80=99d prefer php\HTTP or php\http ove= r php\Http. Capitalising an acronym doesn=E2=80=99t feel right to me, perha= ps because case is usually significant, Following the Casing Rules Used by = Titles. Of php\HTTP and php\http, php\http is probably better since the cas= e matches that of php\. It could also be PHP\HTTP, I guess, but lowercase i= s somehow more appealing to me. > > Thoughts? I'm not sure about namespacing it in the first place, but otherwise I agree with you - acronyms should be capitalised. Some nazis probably won't agree, but capitalising only the first letter of an acronym does feel really weird. Cheers, Andrey.