-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Unsupported signature #973
Comments
Can you run
results in:
for the latest download. I'm assuming that SHA-512 will not be listed in the output from |
Which should be no problem for PHP 5.6 at all. It's over a decade or so. Looks a bit strange. |
You are right pocallaghan
And ktomk also correct as PHP hash engines enabled include sha512 I seem to remember (not very clearly) a cli command to add hash types. Is that how i fix it? Thanks |
Also here is my phar version info PHP Version: 5.6.31 |
There's some info in this thread where somebody else was encountering the same issue with phpunit. Seems to be something to do with how your PHP was compiled, i.e. both openssl and hash need to be shared modules, as the determination of support is made at compile, not run time. So if one of them is shared and the other isn't, the extra signatures aren't present. |
Thanks pocallaghan, Interesting read and somewhat frustrating as I can't move of of 5.6 for development reasons. Thanks for referencing my ticket there as well. I wonder if n98-magerun could/would "force the usage of legacy SHA-1 hashes" also. |
@posttechguy You can build your own phar file. Clone the repository and change the signature in this line: https://github.com/netz98/n98-magerun/blob/master/build.xml#L120 The you are able to build the phar file with phing. Phing will be installed if you run "composer install" after the clone. |
Hi,
I have tried to find a solution for this without any luck. I am using the latest, but cannot say for certain what it is. I don't think that it is a n98 issues so much as environment issue.
I am running PHP5.6 on a vagrant box Ubuntu 14.04 LTS.
I have all the necessary modules loaded
Any help would be greatly appreciated. Thanks
The text was updated successfully, but these errors were encountered: