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

[BUG] Deprecated dynamic property on CurlMultiHandler #164

Open
gsitu opened this issue Aug 29, 2023 · 0 comments
Open

[BUG] Deprecated dynamic property on CurlMultiHandler #164

gsitu opened this issue Aug 29, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@gsitu
Copy link

gsitu commented Aug 29, 2023

What is the bug?

When using PHP 8.2 there is deprecated dynamic property usage for the CurlMultiHandler

Creation of dynamic property GuzzleHttp\Ring\Client\CurlMultiHandler::$_mh is deprecated (/var/www/html/protected/libraries/vendor/ezimuel/ringphp/src/Client/CurlMultiHandler.php:48)

How can one reproduce the bug?

By using PHP 8.2 and then doing any request to the opensearch endpoint

What is the expected behavior?

I would expect this to run without any deprecation warnings

What is your host/environment?

Mac M1, docker env with PHP 8.2

Do you have any additional context?

The ezimuel/ringphp 1.2.2 has some suppressions for these, but doesnt look like they work.

@gsitu gsitu added bug Something isn't working untriaged labels Aug 29, 2023
@wbeckler wbeckler added the good first issue Good for newcomers label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants