I have a strange autoloading-related question.  Can symbolic links
interfere with the ability of symfony to autoload library classes?

The details:

I have an external library located at
"PROJECT/lib/vendor/LIBRARYNAME".  The classes defined in this
directory autoload just fine.

However, if I delete the directory and replace it with a symlink to a
folder containing the exact same files, autoloading fails with an
error along the lines of "Fatal error: class "CLASSNAME" not found
in...".

Is there a setting buried somewhere that tells the autoload
functionality whether or not it should follow symlinks?

This is symfony 1.0.6 on Ubuntu Feisty, BTW.

Thanks for any insight,

David Brewer

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to