-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
PHP: protobuf 3.19.1 causes several Deprecation notices #9293
Comments
3.9.1 is from a couple of years ago. Do you see this with the latest 3.19.1? |
@elharo Sorry, my bad, this happens indeed with 3.19.1:
|
… (incompatible return type php 8.1)
This is still an issue with protobuf 3.19.2 |
FWIW There are two workarounds:
I'm applying workaround 2 now, because the output of |
same issue on 3.19.3 |
I have linked some related PRs, of which #9359 seems to be the most promising PR with passing tests. |
This should be fixed by #9370 |
What version of protobuf and what language are you using?
Version: 3.19.1
Language: PHP
What operating system (Linux, Windows, ...) and version?
Docker 4.3.0 inside Ubuntu 20.04 LTS inside WSL2 on Windows 10
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
Steps to reproduce the behavior:
docker build -t php-with-protobuf .
)docker run --rm -it php-with-protobuf
)What did you expect to see
What did you see instead?
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
Anything else we should know about your project / environment
(No.)
The text was updated successfully, but these errors were encountered: