-
Notifications
You must be signed in to change notification settings - Fork 60
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
Calling TeamSpeak3::factory fails without username and password #213
Comments
Wruczek
changed the title
Calling TeamSpeak3::factory without username and password in query string fails
Calling TeamSpeak3::factory fails without username and password
Jan 6, 2024
Sebbo94BY
added a commit
to Sebbo94BY/ts3phpframework
that referenced
this issue
May 31, 2024
Sebbo94BY
added a commit
to Sebbo94BY/ts3phpframework
that referenced
this issue
Jun 1, 2024
- Allow factory() without username and password - Use PHP native parse_url() function to simplify code - Improve and refactor some validations in general
Sebbo94BY
added a commit
to Sebbo94BY/ts3phpframework
that referenced
this issue
Jun 1, 2024
- Fix `Call to a member function toString()` on null when using `factory()` without credentials - Allow `factory()` without username and password - Use PHP native `parse_url()` function to simplify code - Improve and refactor some validations in general - Adjust and extend PHPUnit tests
Sebbo94BY
added a commit
that referenced
this issue
Jun 1, 2024
…rname-and-password #213 Improve and fix URI parsing
Fixed in the linked pull request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The framework should support creating TeamSpeak3 node instances without requiring username and password to be provided.
Even the URL examples included in the description of TeamSpeak3::factory fail, as they do not contain username and password.
I'm using TeamSpeak 3 PHP Framework 1.2.1 on PHP 8.2.12.
Example code:
Error:
The text was updated successfully, but these errors were encountered: