Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8584 invoked by uid 1010); 22 Jul 2004 17:45:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8508 invoked from network); 22 Jul 2004 17:45:54 -0000 Received: from unknown (HELO mrout3.yahoo.com) (216.145.54.173) by pb1.pair.com with SMTP; 22 Jul 2004 17:45:54 -0000 Received: from bourbon.corp.yahoo.com (bourbon.corp.yahoo.com [216.145.53.135]) by mrout3.yahoo.com (8.12.10/8.12.10/y.out) with ESMTP id i6MHjFiJ046657; Thu, 22 Jul 2004 10:45:15 -0700 (PDT) Received: (from andrei@localhost) by bourbon.corp.yahoo.com (8.12.9/8.11.1) id i6MHjEtd070587; Thu, 22 Jul 2004 10:45:14 -0700 (PDT) (envelope-from andrei@gravitonic.com) X-Authentication-Warning: bourbon.corp.yahoo.com: andrei set sender to andrei@gravitonic.com using -f Date: Thu, 22 Jul 2004 10:45:14 -0700 To: Andi Gutmans Cc: Zeev Suraski , stas@zend.com, PHP Internals Message-ID: <20040722174513.GA70039@gravitonic.com> References: <20040722060130.GA10387@hyperion.gravitonic.com> <5.1.0.14.2.20040721231339.0272f008@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20040721231339.0272f008@127.0.0.1> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] Re: Internal properties From: andrei@gravitonic.com (Andrei Zmievski) On Wed, 21 Jul 2004, Andi Gutmans wrote: > >Alternatively, do you suggest using zend_hash_update() on class > >properties even though I really need this property to be static so its > >shared by all instances of the class? > > If these are per-request statics it can probably be solved. How could it be solved? - Andrei