Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72135 invoked from network); 29 Jan 2015 13:07:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 13:07:35 -0000 Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:62842] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/CB-09212-4903AC45 for ; Thu, 29 Jan 2015 08:07:33 -0500 Received: by mail-qg0-f47.google.com with SMTP id z60so27619471qgd.6 for ; Thu, 29 Jan 2015 05:07:29 -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=RhdILox/AXxeYTWXW2PABP1etIfiiCISxpQwoa3mTHw=; b=gP+0HFMSHVBiPMoGtVyzRS86kwaX1jwFoM3+u53VJcwR6FIL29YG8RbHsUUvmGy5BW RtkioIpJuDx8ze001uCWE4b3wlloX35dDDL+ub8NHD8CTH9YbzCXoInog/8ZWbKUERvV HLLSoeCt99lBrD2sONEDY+1PY+k9XzerGYqEWDWjTK/K+YyzKGhN5R6c7TdFbAYgRvjP mzvUzKHk0O4PH6f86F0BAUiYQCLkndg09ePpX1OwIhi1ly833TqY8yo8WN2i5C+jKqrH Dpv+LpWnkyUCBOc9c/I6qxWwjomQoMJfm4e1ys9gTIGWipLjNJjk6Tn7qHgIUYCqrq6P KV9Q== MIME-Version: 1.0 X-Received: by 10.140.42.194 with SMTP id c60mr660939qga.61.1422536849121; Thu, 29 Jan 2015 05:07:29 -0800 (PST) Received: by 10.96.66.201 with HTTP; Thu, 29 Jan 2015 05:07:28 -0800 (PST) In-Reply-To: <54C8D36E.7010803@php.net> References: <54C8D36E.7010803@php.net> Date: Thu, 29 Jan 2015 14:07:28 +0100 Message-ID: To: Michael Wallner Cc: 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 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