Re: [PHP-DEV] application variables

2011-03-16 Thread Rasmus Lerdorf
Martin, this is a mailing list for the development of PHP itself. It is not about userspace questions like this. Check out the php-general list for that where this question has been asked and answered numerous times. -Rasmus On 03/16/2011 11:50 AM, Martin Scotta wrote: > Hi experts! > > Is there

[PHP-DEV] application variables

2011-03-16 Thread Martin Scotta
Hi experts! Is there any way to get application-level variables? This is mostly done using a DBMS, but that implies a lot requirements (a DB engine, a table, etc) How do you share simple pair keys/values over an application? * session_id + session_name ? * serialize over a raw file Cheers, M