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

update php compose installer #360

Merged
merged 1 commit into from
Jan 29, 2019
Merged

update php compose installer #360

merged 1 commit into from
Jan 29, 2019

Conversation

vixentael
Copy link
Contributor

Looks like PHP installer was updated and its hash sum changed now.

@vixentael vixentael added W-PHPThemis 🐘 Wrapper: PHPThemis, PHP API infrastructure Automated building and packaging installation Installation of Themis core and wrapper packages labels Jan 29, 2019
{ echo 'Valid signature, continue installation'; }
else
{ echo 'ERROR: Invalid installer signature, probably installer was updated'; unlink('composer-setup.php'); exit(1); }
{ echo 'ERROR: Invalid installer signature, probably installer was updated, fix in /tests/phpthemis/composer-setup.sh'; unlink('composer-setup.php'); exit(1); }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pointing to the file with most likely fix is really helpful. Thank you.

Copy link
Contributor Author

@vixentael vixentael Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previous time, when this installer was updated, Past Me spent ~hour to figure out.
Current Me spent ~10 min.
Future Me should spend ~1 min.

@vixentael vixentael merged commit 34366ee into master Jan 29, 2019
@vixentael vixentael deleted the vixentael/php-fix branch January 29, 2019 19:42
@vixentael
Copy link
Contributor Author

Solves #359

@ilammy ilammy mentioned this pull request Dec 11, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging installation Installation of Themis core and wrapper packages W-PHPThemis 🐘 Wrapper: PHPThemis, PHP API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants