On a CentOS LAMP box, trying to get require_once to work inside a script in PHP5. If the file to be included is not a in symlinked directory, it works fine, but if the file to be required is in a directory found via a symbolic link, it fails to find it.
Is this a limitation of require_once and symbolic links?
EDIT - Thanks for the input, all. I think it's most likely a permissions thing after reading those