> I think you are using serialize()/unserialize() to save data, right? That's right.
> I would like to get rid of serialize()/unserialize() also. Since, > I have large web site that has relatively large menu definition as > array. What sort of variables can you store if you don't use serialize()/unserialize()? Would your extension be able to store objects? If it would then I think the inclusion of $_PERSISTENT would make our lives much easier. Especially since there would be no daemons to setup, etc. Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php