Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46093 Return-Path: <0xcafefeed@gmail.com> Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35802 invoked from network); 18 Nov 2009 22:02:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2009 22:02:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=0xcafefeed@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=0xcafefeed@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.213 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: 0xcafefeed@gmail.com X-Host-Fingerprint: 209.85.218.213 mail-bw0-f213.google.com Received: from [209.85.218.213] ([209.85.218.213:53941] helo=mail-bw0-f213.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/26-16241-CEE640B4 for ; Wed, 18 Nov 2009 17:02:21 -0500 Received: by bwz5 with SMTP id 5so1765867bwz.23 for ; Wed, 18 Nov 2009 14:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=uzlmSk30IQo7Cd41hAjv6wOqmXEz6rvyN84/g82BofI=; b=okPik/7GOac1kfTb/bNDLO/qXr9O0svAhOiR5y3vG1Fg4YZDW2j7xq3DKtJetLRTcV vjFbhWSsYy/0fqbsLtQj29YuyWpegNhBeH1N/aZOv2OZK7YIxAAlGVUz6UxQEn7ZmM0j 0/xgqQmBgEOVYsHi4qpMyp/sQBH0pLwlgQdTw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=TrmQKvrX7q4DDvzlQF7vtSg+jV42gd6G2Iu5bVHpu32gKKTKXYyPm8tgaioRO1fC6D A0glRNGCbSWZxEQUAlquKsBbLzymww/lyFHj4SVmj5u5IELmypJOzo0Jeb79nIqJ4Hj5 AVpakjdvj50i+4tPzjrdMSrVYHTb8mT2pxZ80= MIME-Version: 1.0 Received: by 10.204.160.154 with SMTP id n26mr7002794bkx.90.1258581737470; Wed, 18 Nov 2009 14:02:17 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Nov 2009 14:02:17 -0800 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: Custom Factories (SPL) From: 0xcafefeed@gmail.com (mm w) what you call factory objects are "more" proxy objects, please make the difference, semantics are sometimes important. anyway , what I can read this document is a bit a mess, it needs to be split by "topic", your approach is really confuse. Best, On Wed, Nov 18, 2009 at 8:06 AM, Robert Lemke wrote: > Hi folks, > > after discussing the idea with various PHP developers I now felt safe eno= ugh that it's not a completely stupid idea to post an RFC for it. The idea = is to add support the registration of custom factories which are responsibl= e for instantiating certain classes. > > Here is the first draft of my RFC: > http://wiki.php.net/rfc/customfactories > > I suggest that we first discuss the implications and usefulness of this f= eature. In a second step I'd need to find some skilled internals wizard who= can implement it, because not being a C developer myself, all I can offer = is making suggestions and fine coffee. > > Looking forward to hearing your comments! > Robert > > -- > Robert Lemke > Fluent Code Artisan > > Lead Developer TYPO3 5.0 and FLOW3 > TYPO3 Association co-founder > > http://typo3.org > http://flow3.typo3.org > http://association.typo3.org > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >