We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scoper does not preserve file permissions when copying. I observed this for script files which are used in composer config:
$ ls -lh bin -rwxrwxr-x 1 root root 2.8K Mar 15 20:31 post-install-update.sh -rwxrwxr-x 1 root root 1.2K Mar 15 20:31 scoper-fix-autoloader.php $ php-scoper add-prefix ____ __ ______ _____ / __ \/ / / / __ \ / ___/_________ ____ ___ _____ / /_/ / /_/ / /_/ / \__ \/ ___/ __ \/ __ \/ _ \/ ___/ / ____/ __ / ____/ ___/ / /__/ /_/ / /_/ / __/ / /_/ /_/ /_/_/ /____/\___/\____/ .___/\___/_/ /_/ PHP Scoper version 0.14.0 2020-12-21 14:36:07 UTC 3215/3215 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% [OK] Successfully prefixed 3215 files. // Memory usage: 31.77MB (peak: 49.64MB), time: 14.78s $ ls -lh build/bin/ total 8K -rw-r--r-- 1 root root 2.8K Mar 15 20:49 post-install-update.sh -rw-r--r-- 1 root root 1.2K Mar 15 20:49 scoper-fix-autoloader.php
The text was updated successfully, but these errors were encountered:
Indeed, PR welcome!
Sorry, something went wrong.
Preserve the files permissions
2eac1ba
Closes humbug#463
Preserve the files permissions (#753)
8de23f9
Closes #463
Successfully merging a pull request may close this issue.
Bug report
Scoper does not preserve file permissions when copying. I observed this for script files which are used in composer config:
The text was updated successfully, but these errors were encountered: