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
Remove/replace all symbolic links #16033
Comments
|
@mvorisek I moved this issue to the |
|
@williamdes Yes, they are created by composer and the links should be deleted in the phpmyadmin release/build script. |
|
@ibennetch what do you think about that ? |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
I opened #16034 to fix this behavior |
|
I agree. This is harmless behavior and the warning/error can be disregarded, but I think we can discard these as part of creating the release. |
Pull-request: phpmyadmin#16034 Fixes: phpmyadmin#16033 Signed-off-by: William Desportes <williamdes@wdes.fr>
Symbolic links are not normally supported on Windows, see release extraction log:
Symbolic links are often also disable in Apache config.
Analyse if the symbolic links are used and remove them or replace them with another solution.
The text was updated successfully, but these errors were encountered: