| 
 Posted by Rasmus Lerdorf on 09/28/05 03:55 
> 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
 
  
Navigation:
[Reply to this message] 
 |