|
Posted by Ivαn Sαnchez Ortega on 06/07/07 16:16
David T. Ashley wrote:
> Thanks for your reply.
Tip: you *don't* have to post the same message THREE times.
> I was concerned about it possibly believing that "/dir1/file.inc" had been
> included when it was "/dir2/file.inc". In other words, I was concerned
> about the "once" part of it and how it remembers what has already been
> included.
>
> My question was about the "once" part of it and how that might interact
> with paths.
/dir1/file.inc is different from /dir2/file.inc. You might run into problems
if you have a hell of symlinks and hardlinks between those directories.
If you use no symlinks, though, they'll be always different files: different
to you, different to the filesystem, different to PHP.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
Un ordenador no es un televisor ni un microondas, es una herramienta
compleja.
[Back to original message]
|