> -----Original Message----- > From: Michael Wallner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 31, 2005 12:57 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] Re: Constants and static methods for > internal classes > > >>There's also a problem which I didn't track down yet: > >> static_members are destroyed after the request but not > reinitialized > > > > > > The are reinicilized on next access through the same > > zend_update_class_constants() from default values. > > But zend_update_class_constants() will only take effect once > for internal classes, while the static_members need to be > updated/reset for every request?
zend_update_class_constants() will be called for every request automatic (if it is necessary) Dmitry. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php