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

Added support for PHP 8 (fixes #69) #70

Merged
merged 1 commit into from Jun 2, 2021

Conversation

FelixJacobi
Copy link
Member

@FelixJacobi FelixJacobi commented May 23, 2021

As per #69.

fix #69
fix #71

composer.json Outdated Show resolved Hide resolved
This was referenced May 23, 2021
FelixJacobi added a commit to FelixJacobi/bigbluebutton-api-php that referenced this pull request May 23, 2021
I noted that the UrlBuilder always prepends & to the checksum parameter even if the parameters. The final URL then looks like [...]/getMeetings?&chkecksum=[...]. This breaks nothing but is a bit confusing.

Therefor: Fixed and test case added. As I am currently working with PHP 8, this is based on the PHP 8 PR (littleredbutton#70) and a for now a draft for this reason.
FelixJacobi added a commit to FelixJacobi/bigbluebutton-api-php that referenced this pull request May 24, 2021
I noted that the UrlBuilder always prepends & to the checksum parameter even if the parameters. The final URL then looks like [...]/getMeetings?&chkecksum=[...]. This breaks nothing but is a bit confusing.

Therefor: Fixed and test case added. As I am currently working with PHP 8, this is based on the PHP 8 PR (littleredbutton#70) and a for now a draft for this reason.
SamuelWei added a commit that referenced this pull request May 24, 2021
I noted that the UrlBuilder always prepends & to the checksum parameter even if the parameters. The final URL then looks like [...]/getMeetings?&chkecksum=[...]. This breaks nothing but is a bit confusing.

Therefor: Fixed and test case added. As I am currently working with PHP 8, this is based on the PHP 8 PR (#70) and a for now a draft for this reason.

Co-authored-by: Samuel Weirich <samuel.weirich@gmx.de>
@FelixJacobi
Copy link
Member Author

Should be ready for review now.

composer.json Outdated Show resolved Hide resolved
@SamuelWei SamuelWei merged commit 6f76169 into littleredbutton:master Jun 2, 2021
@FelixJacobi FelixJacobi deleted the php8 branch June 2, 2021 23:45
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.

Remove faker from tests Support for PHP 8
3 participants