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

php8.1 int is not int #496

Closed
Krakozaber opened this issue Dec 6, 2021 · 11 comments
Closed

php8.1 int is not int #496

Krakozaber opened this issue Dec 6, 2021 · 11 comments

Comments

@Krakozaber
Copy link

Memcached::setMulti(): Argument #2 ($expiration) must be of type int, int given

@LordSimal
Copy link

See #484
It seems that this has already been "fixed" but no release has been tagged since 2019

@sodabrew
Copy link
Contributor

My fault. It's on my holiday quiet time todo list.

@Flo354
Copy link

Flo354 commented Dec 23, 2021

I don't know if this is fixed either, but there is another issue with int is not int:

Memcached::cas(): Argument #4 ($expiration) must be of type int, int given

EDIT: ok, it seems to be fixed in this commit: 51c9baf

@Krakozaber
Copy link
Author

Is it dead ?

@mrohnstock
Copy link

well... I'm in the same boat now - would it be possible to finally tag a new version with this fix?

@Flo354
Copy link

Flo354 commented Jan 24, 2022

I ended up compiling by myself the extension for PHP 8.1...

Only reliable solution for now...

@devanych
Copy link

Yes, using the extension in PHP 8.1, there are some "terrible" errors 😪
https://github.com/yiisoft/cache-memcached/runs/4954577582?check_suite_focus=true

@wucdbm
Copy link

wucdbm commented Feb 6, 2022

So do we just dump this and migrate to Redis instead?!

@tillkruss
Copy link

The memcache and redis extension are maintained: https://pecl.php.net/package/memcache

@cmb69
Copy link
Contributor

cmb69 commented Mar 9, 2022

memcached 3.2.0RC1 and 3.2.0RC2 have been released today. I assume this ticket can be closed.

@remicollet
Copy link
Collaborator

indeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants