Re: [PHP] Re: cache xml objects in php5

2005-09-27 Thread Rasmus Lerdorf
> 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 document

[PHP] Re: cache xml objects in php5

2005-09-27 Thread Kevin Wang
Hi Rasmus, Thanks a bunch for your kind help! Yes, you got exactly what I meant. I have my own classes to hold all the xml related data, so it might be a bit too difficult for me to convert my existing applications to use nested array instead. I tried to use apc to store nested array though, an