Posted by Chung Leong on 12/28/05 10:29
Zeppelin wrote:
> 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?
Not a big error, just a limit imposed by PHP's cross-platform nature.
It's easy enough to have shared variables on Windows. On Unixes it's
rather more difficult.
There is usually more than one way to skin a cat. If you give us some
details on what the code does, we might be able to suggest an
alternative--and perhaps superior--solution.
[Back to original message]
|