wordpress-pecl-memcached-object-cache icon indicating copy to clipboard operation
wordpress-pecl-memcached-object-cache copied to clipboard

Use `symlink()` to create symlink

Open tollmanz opened this issue 10 years ago • 2 comments

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.

tollmanz avatar Jan 04 '15 05:01 tollmanz

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.

franz-josef-kaiser avatar Jun 28 '15 22:06 franz-josef-kaiser

@franz-josef-kaiser I am referring to the symlinking done in the install command: https://github.com/tollmanz/wordpress-pecl-memcached-object-cache/blob/8a6f581dfb28c4802bce76a66012bab5a81c2a0f/src/wp-cli/command.php#L80-L81

tollmanz avatar Jun 28 '15 23:06 tollmanz