> 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. Aha, now I understand the email you sent earlier :) -- Best regards, Ivan Ristic, Chief Technology Officer DataGate Network Solutions Ltd. - http://www.datagate.net Tel: +44 8700 119090, Fax: +44 8700 119080 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php