> I guess to only way to solve my problem is to write my own extension to
> initialize my objects in my own memory (even can keep them in local memory, as
> long as they are persistent across requests).  You mentioned to write a MINIT
> hook; could you give some more details?  Is there any documentation or
> available sample extensions that I can start with?

Every extension in the ext/ directory of the PHP sources is an example.  Also 
look at pecl/*

Al read README.EXT_SKEL and README.PARAMETER_PARSING_API in the PHP sources.

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to