Posted by Zeppelin on 12/27/05 13:53
Hi,
I have to port from asp a script that adds an ip to a list in plain
text or an array. I need not using a database or filesystem, it has to
be stored in memory in order that giving us best performance (it should
be accessed continuously).
I've tried defining $_ENV vars, using apache_setenv(..), creating a
class with a static var... but nothing results.
In asp the script writes an reads an Application variable defined in
global.asa... is it impossible to port? isn't it a very big error of
php?
thanks
[Back to original message]
|