Re: [PHP] Re: Persistent global data ?

2003-01-15 Thread Mathias Rockel
Hi! This looks VERY interesting, it seems to be exactly what the Application Object does for ASP, and thats exactly what I need ... now I just have to hope that this version is stable enough ... many thanks ! mathias rockel - Original Message - From: "Tamas Arpad" <[EM

Re: [PHP] Re: Persistent global data ?

2003-01-14 Thread Mathias Rockel
performance penaltys from creating the objects again (this seems to be what slows php down), only the reading process ist sped up ... not exactly what I would like, but seems PHP provides no other functionality ... mathias rockel - Original Message - From: "Philip Hallstrom" <[EMAIL P

Re: [PHP] Persistent global data ?

2003-01-14 Thread Mathias Rockel
memory so every script can access the contents without having to recreate the whole tree each time ... mathias rockel - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "Mathias Rockel" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday

Re: [PHP] Persistent global data ?

2003-01-14 Thread Mathias Rockel
... what I'm looking for is a superglobal which is actually never destroyed until the server is shut down ... one that is in memory until I explicitely destroy it ... and that is available to each script that is run without the need to create a copy each time ... mathias rockel - Ori

Re: [PHP] Persistent global data ?

2003-01-14 Thread Mathias Rockel
cture saved on the client side its very easy to modify the data, possibly getting access to stuff that is not meant to be seen ... no cookies =). thanks anyway ! mathias rockel - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "Mathias Rockel" <[EM

[PHP] Persistent global data ?

2003-01-14 Thread Mathias Rockel
any help/suggestions/hints are greatly appreciated ! mathias rockel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php