-
Notifications
You must be signed in to change notification settings - Fork 326
[PHP 8.0.1 + memcached-3.1.5] Cannot use int as default value for parameter $with_cas of type bool in ProxyManager #477
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
Comments
😅 I was under the impression that PHP 8 was already supported as everything else on my CI was just working fine 😅 but it seems that it's not yet done #466 |
Just needs a release, the master branch is ready to go with PHP 8. Thanks for your patience until I get the release posted! |
It would be so great if the master branch could be published as an alpha on PECL. Then it's easier to test this on CI and find issues that could impact final release. 🙏 |
Hello, do you have an ETA on the next release? We've been building the package manually from master for PHP 8, but it isn't ideal. |
@sodabrew Is there a way to sponsor you ? |
Do you have a Patron account? |
Bump |
+1 |
3.2.0RC2 is now available on pecl for testing. |
I'm using Memcached in a Symfony application together with LazyLoading. This uses https://github.com/Ocramius/ProxyManager to generate stubs like this:
Somehow it's not able to correctly read the internals of the Memcached classes as it trips with this error:
Could it be that this has something todo with stubs that are not yet released?
v3.1.5...master
If so, could a new tagged release solve it? 🙏
The text was updated successfully, but these errors were encountered: