Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1883 invoked from network); 30 Apr 2008 17:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2008 17:19:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sambarrow.com from 208.70.128.103 cause and error) X-PHP-List-Original-Sender: sam@sambarrow.com X-Host-Fingerprint: 208.70.128.103 smtp-gw77.mailanyone.net Received: from [208.70.128.103] ([208.70.128.103:60680] helo=smtp-gw77.mailanyone.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/D8-55591-B2AA8184 for ; Wed, 30 Apr 2008 13:19:43 -0400 Received: from mailanyone.net by smtp-gw77.mailanyone.net with esmtpsa (TLSv1:RC4-MD5:128) (MailAnyone extSMTP sam@sambarrow.com) id 1JrFxq-0006VU-SU; Wed, 30 Apr 2008 12:19:31 -0500 To: Hannes Magnusson Cc: internals@lists.php.net In-Reply-To: <7f3ed2c30804301009t1998c9e7lbd8accd555d46a98@mail.gmail.com> References: <1209574661.19653.5.camel@sbarrow-desktop> <7f3ed2c30804301009t1998c9e7lbd8accd555d46a98@mail.gmail.com> Content-Type: text/plain Date: Wed, 30 Apr 2008 13:15:54 -0400 Message-ID: <1209575754.19653.17.camel@sbarrow-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Calling a class constructor From: sam@sambarrow.com (Sam Barrow) On Wed, 2008-04-30 at 19:09 +0200, Hannes Magnusson wrote: > On Wed, Apr 30, 2008 at 6:57 PM, Sam Barrow wrote: > > create_new(string $class, array $constructor_args) > > > > Does anyone else see a need for this? > > No. > Have you considered subscribing to php-general@? > > Could you please first direct these questions to php-general@ and > gather feedback from there before you post it here? > You have been causing a massive amount of completely useless mails for > the last weeks, which is getting very annoying. > If you could first discuss these things on the general user list, or > even do a quick poll on your blog, before bringing them further into > the internals development list I would really appreciate it. I emailed about return type hinting, array access on function returns (1 or 2 emails), and calling class constructors dynamically (1 email). I want to see if there's a need for any of this and then submit a patch, I'm not just talking; I've spent quite a bit of time writing code. PHP generals isn't going to help me with any of this, they're going to tell me what I already know. > -Hannes >