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

Fixed bug with implode parameter order #39

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Conversation

benwerd
Copy link
Contributor

@benwerd benwerd commented Feb 2, 2021

The use of implode here with the separator after the array is deprecated as of PHP 7.4, and invalid as of PHP 8. This is breaking webmentions in Known installations on those platforms, and presumably other downstream clients.

PHP reference: https://www.php.net/manual/en/function.implode.php

The use of `implode` here is deprecated as of PHP 7.4, and invalid as of PHP 8. This is breaking webmentions in Known installations on those platforms, and presumably other downstream clients.
Copy link
Member

@pfefferle pfefferle left a comment

Choose a reason for hiding this comment

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

oops, I think this was my false :(

@benwerd benwerd merged commit 51f4834 into master Feb 2, 2021
@benwerd benwerd deleted the ben-implode-imploded branch February 2, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants