Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51284 invoked by uid 1010); 9 Aug 2005 12:21:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51269 invoked from network); 9 Aug 2005 12:21:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 12:21:40 -0000 X-Host-Fingerprint: 212.183.44.42 M2498P010.adsl.highway.telekom.at Received: from ([212.183.44.42:12023] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 77/16-04646-4DF98F24 for ; Tue, 09 Aug 2005 08:21:40 -0400 Message-ID: <77.16.04646.4DF98F24@pb1.pair.com> To: internals@lists.php.net Date: Tue, 09 Aug 2005 14:19:25 +0200 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 [ http://iworks.at ] X-Accept-Language: de-AT, de-DE, de, en, en-GB, en-US MIME-Version: 1.0 References: <34.85.04646.D7C98F24@pb1.pair.com> In-Reply-To: <34.85.04646.D7C98F24@pb1.pair.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB61F9C6FC543783A83EB1ACF" X-Posted-By: 212.183.44.42 Subject: Re: RFC: internal class' static properties From: mike@php.net (Michael Wallner) --------------enigB61F9C6FC543783A83EB1ACF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > --------------enigB61F9C6FC543783A83EB1ACF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Cygwin) iD8DBQFC+J9N2pTtEijQyW0RAvOqAJ4gJJ5dc+yoPCiGM6vSaqbWN8BUVwCgi+Vf jJQ04c0/eM5tO2z+ss4B4iY= =VP0A -----END PGP SIGNATURE----- --------------enigB61F9C6FC543783A83EB1ACF--