Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79809 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35117 invoked from network); 18 Dec 2014 20:54:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2014 20:54:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=mailing@pascal-martin.fr; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mailing@pascal-martin.fr; sender-id=pass Received-SPF: pass (pb1.pair.com: domain pascal-martin.fr designates 176.31.99.170 as permitted sender) X-PHP-List-Original-Sender: mailing@pascal-martin.fr X-Host-Fingerprint: 176.31.99.170 ks391579.kimsufi.com Received: from [176.31.99.170] ([176.31.99.170:51445] helo=pascal-martin.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/20-32668-81F33945 for ; Thu, 18 Dec 2014 15:54:48 -0500 Received: from [192.168.0.3] (home.squalenet.net [82.225.233.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pascal-martin.fr (Postfix) with ESMTPSA id CD5D440B2F for ; Thu, 18 Dec 2014 21:51:15 +0100 (CET) Message-ID: <54933F14.2000601@pascal-martin.fr> Date: Thu, 18 Dec 2014 21:54:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Abstract final / Static classes From: mailing@pascal-martin.fr ("Pascal Martin, AFUP") On 12/12/2014 17:12, guilhermeblanco@gmail.com wrote: > Patches are now complete and voting phase starts now and will be active > until 12/19/2014. > > https://wiki.php.net/rfc/abstract_final_class Hi, After speaking about this RFC with other members of AFUP, we would be on the -1 side for this. Summarizing our thoughts : * static classes should not be encouraged * if the goal is to have a set of utility functions, they can be set up in a namespace -- being able to autoload functions could prove useful, though. -- Pascal MARTIN, AFUP - French UG http://php-internals.afup.org/