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

Use symlink() to create symlink #52

Open
tollmanz opened this issue Jan 4, 2015 · 2 comments
Open

Use symlink() to create symlink #52

tollmanz opened this issue Jan 4, 2015 · 2 comments

Comments

@tollmanz
Copy link
Owner

tollmanz commented Jan 4, 2015

Per @swalkinshaw, it is a much better idea to use a built in PHP function to create a symlink than shelling out to do it.

@franz-josef-kaiser
Copy link

Maybe you could add a link to the source so someone can jump in and help :) Also: Could you please add labels to the issues? Would make scanning them a bit easier. Thanks in advance!

ProTip: When you hit a link on GitHub, please hit Y on that page to point to the actual commit, so you don't refer to a moving target, therefore destroying a tickets history.

@tollmanz
Copy link
Owner Author

@franz-josef-kaiser I am referring to the symlinking done in the install command:

$cmd = 'ln -nfs ' . $target . ' ' . $link;
exec( $cmd, $output, $return );

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

No branches or pull requests

2 participants