Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable following symlinks #391

Open
Darkemon opened this issue Jan 23, 2020 · 1 comment
Open

Add option to enable following symlinks #391

Darkemon opened this issue Jan 23, 2020 · 1 comment
Labels

Comments

@Darkemon
Copy link

Could you add an option to the xml config to set flag:

$scanner->setFlag(\FilesystemIterator::FOLLOW_SYMLINKS);

in Factory.php?

@theseer
Copy link
Owner

theseer commented Jan 23, 2020

Probably. Not sure of the side effects though as that will potentially affect the path generation for the files since phpDox uses realpath for various things...

Has to be researched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants