Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77325 invoked from network); 29 Jan 2015 13:37:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 13:37:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-oi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:65215] helo=mail-oi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/BC-09212-DA73AC45 for ; Thu, 29 Jan 2015 08:37:50 -0500 Received: by mail-oi0-f42.google.com with SMTP id i138so26555813oig.1 for ; Thu, 29 Jan 2015 05:37:47 -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=L1sludTmhx+8fkJfqMutAYmZ+0oNwQHJ8wjrAy79OZA=; b=OsAbgy4HZ1mg4dkr4E4e4pWH+biR+L0+9tfuiZ81m+4jgNyZo3qkQgSmltpc8LCg9W 6pcBnuUoLvBI2nPdB0xUaT/iaKDR8ga3pKaxsM0X1NWaxgFlMdTTMZfod29/YgGP4BSw Lb4LMM0rUtdlQuoV7BuSVXLSTzqAoHsB2IdnvkBo5mUTKYPOyS+DSVBjLOYkfhIy+NqT BwUfNim7G6kzYnlyBJxVbYN4s8WCfpCLPfLKuPO8NFyUNmsR6kjeUbixMX+csnJAuk3I OD6fZEBQBZvtWZ1FnJ2Bvndua0yI4Xr5h5S8kbS7TpxJUsd4Xs693vx5+BwsV5xNHMTa AAcA== MIME-Version: 1.0 X-Received: by 10.60.92.66 with SMTP id ck2mr422641oeb.30.1422538667002; Thu, 29 Jan 2015 05:37:47 -0800 (PST) Received: by 10.202.232.139 with HTTP; Thu, 29 Jan 2015 05:37:46 -0800 (PST) In-Reply-To: References: <54C8D36E.7010803@php.net> Date: Thu, 29 Jan 2015 14:37:46 +0100 Message-ID: To: =?UTF-8?Q?Pavel_Kou=C5=99il?= Cc: Michael Wallner , PHP Internals Content-Type: multipart/alternative; boundary=047d7b33ca00ed0e60050dca977b Subject: Re: [PHP-DEV] [RFC] [VOTE] pecl_http From: martin.keckeis1@gmail.com (Martin Keckeis) --047d7b33ca00ed0e60050dca977b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2015-01-29 14:07 GMT+01:00 Pavel Kou=C5=99il : > On Wed, Jan 28, 2015 at 1:17 PM, Michael Wallner wrote: > > Hi, > > > > Discussion has been very low on this topic since it was proposed on > > August 19th, so I just opened the vote on the RFC whether to add > > pecl_http to the core. The vote will be open until about 12:00 UTC on > > Friday, February 6th. > > > > https://wiki.php.net/rfc/pecl_http#vote > > > > > > -- > > Regards, > > Mike > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > Hello, > > just one observation - would be the name of the classes and namespaces > stay the same after merging? I personally find the lowercased > namespace name kinda weird, given that most of code written in PHP > I've seen is using CamelCase. > > Maybe there should be an RFC which would standardize naming and etc. > for future features? > > > > Regards > Pavel Kouril > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > +1 on that if the component getting merged. Would also be fine if the rest would follow PSR1+2 (for the public signatures only of course) --047d7b33ca00ed0e60050dca977b--