Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45312 invoked by uid 1010); 9 Aug 2005 19:36:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45297 invoked from network); 9 Aug 2005 19:36:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 19:36:12 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:48747] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B2/AB-04646-BA509F24 for ; Tue, 09 Aug 2005 15:36:12 -0400 Received: (qmail 4952 invoked from network); 9 Aug 2005 19:36:06 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 19:36:06 -0000 Message-ID: <5.1.0.14.2.20050809123501.03494780@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 09 Aug 2005 12:36:02 -0700 To: Michael Wallner ,internals@lists.php.net In-Reply-To: <77.16.04646.4DF98F24@pb1.pair.com> References: <34.85.04646.D7C98F24@pb1.pair.com> <34.85.04646.D7C98F24@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: RFC: internal class' static properties From: andi@zend.com (Andi Gutmans) Hi Michael, I agree that this might be the right way to resolve the current issues. I mentioned it to Marcus at OSCON. Andi At 02:19 PM 8/9/2005 +0200, Michael Wallner wrote: >I wrote: > > > Therefore I'd suggest changing that so that they'll be > > initialized and destructed for each request, which means > > that there will need to be some form of hooks, which > >Let me change that part... :) > >There's no need for any "hooks" as there's already >RINIT() and RSHUTDOWN(), so I guess all I'm proposing >is not handling static properties of internal classes >persitently. > >Regards, >-- >Michael - < mike(@)php.net >