-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support PHP 8.2 #301
Comments
Hi there. At first I would like to thank you for much of good work and supporting this library. In our organization we use ArangoDB server in version We are migrating our application to use PHP 8.2 and we have noticed such deprecation notices as above. In case of Do you plan to fix them? I also noticed, that in "require": {
"php": ">=5.6.0"
} but unit tests you use never version of PHP (at least 7.1). Do you plan upgrade the code to support PHP 8.2 with no deprecation messages? |
Feel free to check out my php driver for ArangoDB I made it a few years ago due to lack of updates. |
Run tests with PHP 8.2 gives the following output:
The text was updated successfully, but these errors were encountered: