Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81484 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22305 invoked from network); 31 Jan 2015 13:08:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 13:08:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:62933] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/C0-16633-7E3DCC45 for ; Sat, 31 Jan 2015 08:08:55 -0500 Received: by mail-qa0-f46.google.com with SMTP id j7so23645150qaq.5 for ; Sat, 31 Jan 2015 05:08:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+/DaUSKdmRVkUauA3xubzp0ft3kzQQx/kwuLBt+Ni4o=; b=XhKnEobjlxVWRT1Ksp1O6YLx8vO+Ou2QXDwFqZI8M0aWUncNlzWCQFG0NVF6qxSDfg PI0i7i1O285ASiSYMCE7stAETJhVkYv8QSCn5ruZ2PYdvwtHOaE2hIf2HshnQYT8pMqe 5zfWEYTxwz7sOSfsE83rWADI8tjiErwu7jQiYj11U4n1od4BIyksASJXFy5N4Zy8QQ6u 1WAPKzo6zgw5P3cunYevPVDZwCsTKIkmLxz6ug6pKWeXkixyt25ZbNXojb3JrPWbjQU2 bez9zPfPCRLdCpQnh58d61abW3gDB05iTXT3Q869TsWPZssdf1ZwmvcIEIC6T8pWRGkV Z3wg== MIME-Version: 1.0 X-Received: by 10.140.35.114 with SMTP id m105mr17721380qgm.79.1422709732922; Sat, 31 Jan 2015 05:08:52 -0800 (PST) Received: by 10.96.66.201 with HTTP; Sat, 31 Jan 2015 05:08:52 -0800 (PST) In-Reply-To: References: <54C8D36E.7010803@php.net> <39.52.31101.2585BC45@pb1.pair.com> Date: Sat, 31 Jan 2015 14:08:52 +0100 Message-ID: To: Pierre Joye Cc: Tony Marston , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] [VOTE] pecl_http From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Sat, Jan 31, 2015 at 1:41 PM, Pierre Joye wrote: > > There is zero reason to discuss what has been approved and followed for > years already. > > I will simply post the link to our CS as a reminder and ask everyone to > read it if they never did: > > https://github.com/php/php-src/blob/master/CODING_STANDARDS Well, the coding standard doesn't mention namespaces. So shouldn't it be updated to include namespaces? If there's an RFC for including something using namespaces, the should be rules for naming namespaces in the coding standard, IMHO. Pavel Kouril