> > I need to store large static array as lookup table (read only).
> > I think there are many applications that has relatively
> > large static array for application configuration, etc.
> >
> > $_PERSISTENT is problematic, since user may store unsutable
> > data for it.
>
>   Are there problems with objects or other data structures? I am
>   prepared to make my hands dirty in order to make persistent
>   objects possible with PHP :)
>
>
> > I'll create functions to register/unregister so that user can
> > only store array that does not have any reference nor objects.

I agree with Ivan here. Having persistent arrays only is not very useful.
Having the possibility to store any variable (except resources) would be
what's needed to make this feature benefitial to greater number of people.

Edin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to