[PHP] Alocating file in memory...

2002-06-05 Thread Paulo Cesar
Hi, I'd like to know if there is a way to keep a file alocated in the server memory, so when the users access a page that includes the file the server doesn't need to alocate it in memory each time. Thanks Paulo Cesar

[PHP] Include and memory

2002-06-03 Thread Paulo Cesar
Hi people... I'd like to know if the include function alocates the variables that are in the included file in the memory... and, if it happens, if do I have a way to access a file with some variables without alocating it in memory. Tks... Paulo Cesar