Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44421 invoked from network); 5 Feb 2014 17:28:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2014 17:28:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=rmwscbt@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rmwscbt@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.50 as permitted sender) X-PHP-List-Original-Sender: rmwscbt@gmail.com X-Host-Fingerprint: 209.85.216.50 mail-qa0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:41181] helo=mail-qa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/01-38005-AC472F25 for ; Wed, 05 Feb 2014 12:28:42 -0500 Received: by mail-qa0-f50.google.com with SMTP id cm18so1024434qab.9 for ; Wed, 05 Feb 2014 09:28:40 -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 :content-type; bh=yCedpZtB77X3cVG+xZHyrhQUAqEB6LBu9cAfZ2/dNbU=; b=AMQVOkkSbNrzvYsd4GqcMeGBkh9MfNe9yBIf6fRCV4+n7EFIM5FwAgvPRWeI5syD8L qLBgZzDIuAkvxajJhyehvaj/PzITa1DMbjmAL4IAEfMwnX8ZIgm4bWs+tW1PLDnIoktt sRraoBgjcDpQN+Gz9mSpfaYBlF2blHFc+lpGCvf5ovot+d/LsNu/f+9BoQo3kIy8vXn3 sBSkWm3P3DABVmbRvhptwuL3xY+6CybOpeYVDNGH3BYOhscc7BUrbX9Oilk7HjiM7YrO D4tRJ9lm/3FnICT1osk48DyY3OE1rMFbAsritEdZCwbIJr7VMFnl3xdyIUyy4lX9BUp8 q1gA== MIME-Version: 1.0 X-Received: by 10.224.169.11 with SMTP id w11mr4521425qay.71.1391621319986; Wed, 05 Feb 2014 09:28:39 -0800 (PST) Received: by 10.140.40.146 with HTTP; Wed, 5 Feb 2014 09:28:39 -0800 (PST) In-Reply-To: References: <1391603747.17454.13.camel@guybrush> <52F24BB7.7080802@gmail.com> <52F24E95.2080301@b1-systems.de> <52F2518D.5010806@gmail.com> Date: Wed, 5 Feb 2014 09:28:39 -0800 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0149cdb270967504f1ac1640 Subject: Re: [PHP-DEV] Singletons From: rmwscbt@gmail.com (George Wilson) --089e0149cdb270967504f1ac1640 Content-Type: text/plain; charset=ISO-8859-1 Nevermind, I see it. DOH! On Wed, Feb 5, 2014 at 9:28 AM, George Wilson wrote: > Forgive me, what is FIG? > > > On Wed, Feb 5, 2014 at 6:58 AM, Rowan Collins wrote: > >> Ralf Lang wrote (on 05/02/2014): >> >> Yes, I used them (and ArrayObject) on some occassions. I see no conflict >>> between having them in core and FIG agreeing on their usage or something >>> different. >>> >> >> ArrayObject includes actual implementation, and the interfaces it >> implements activate special behaviour in the core. >> >> SplObserver and SplSubject appear, unless I'm much mistaken, are >> equivalent to about 4 lines of userland PHP each defining 2 very simple >> interfaces. That's exactly the kind of thing FIG is working on, e.g. a >> Logger interface. I can't think of any reason, now that FIG and Composer >> exist, that those interfaces would need to be compiled into a PHP extension. >> >> Not that I'd argue for their removal, now they do exist, but I see them >> as an old experiment in pushing coding standards using the core of PHP, and >> not a useful model for anything new. >> >> -- >> Rowan Collins >> [IMSoP] >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > --089e0149cdb270967504f1ac1640--