>Date: Mon, 06 Aug 2001 16:07:55 +0300
>To: "Thies C. Arntzen" <[EMAIL PROTECTED]>
>From: Zeev Suraski <[EMAIL PROTECTED]>
>Subject: Re: [[EMAIL PROTECTED]: Re: [PHP-DEV] incomplete class broken?]
>Cc: "Thies C. Arntzen" <[EMAIL PROTECTED]>, Andi Gutmans <[EMAIL PROTECTED]>
>
>At 16:00 06/08/2001, Thies C. Arntzen wrote:
>>     could you elaborate why it doesn't work (anymore)?
>
>Yeah.  We no longer go over the entire class/function tables on shutdown, 
>in order to clean the userland classes/functions.  We traverse the hash's 
>linked list from its end, as userland entries will always be in the 
>end.  When we hit a non userland entry, we stop.  This greatly improves 
>performance.  It does mean, however, that internal entries should no 
>longer be registered during the request.
>
>Zeev

--
Zeev Suraski <[EMAIL PROTECTED]>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to