-
Notifications
You must be signed in to change notification settings - Fork 326
PHP 7.3 support #408
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
You must currently checkout master, the patch is not yet released. 8bfdbcc |
PHP 7.3 isn't GA yet, but it is getting into late betas, so I'll see about
getting a release out for public use with the betas or at least 7.3-rc's.
|
@sodabrew anything we can help with for getting a 3.1.0RC1 out? Like:
|
PHP 7.3.0 final is out. Can you make a new release of php-memcached now? |
Yep, I saw the release. I've been trying to get some of the dependencies updates, in particular https://github.com/msgpack/msgpack-php but nobody's home there. I suppose I can just make this a release note. |
would be great if you have a least a alpha/beta release, so I can prepare the packages for distro release. |
This currently is also a blocker for Travis: https://travis-ci.community/t/please-add-php-7-3-on-xenial/1238/13?u=derickr |
Before an alpha/beta/stable release, here my dirty workaround for Docker + PHP >= 7.0 + memcached master (https://github.com/alvistack/docker-php/blob/2f6efbd1a024c7a8288d33a0315ed58b1fc2907f/Dockerfile#L86, see https://docs.docker.com/samples/library/php/#other-extensions for more information):
For Docker + PHP 5.6 + memcached 2.2.0 (https://github.com/alvistack/docker-php/blob/1ee6ee8fd4576d245e570cbd3a8010d57347f026/Dockerfile#L85):
|
This seems to be blocker on upgrading from 7.2 to 7.3 as well. Keeping eye on this. Anyhow, how can I help? |
Thanks everyone for your patience, I'll get a release out before the new year. Have a few high priority things of my own to get done before I declare holidays deploy blackout at the day job! |
Thanks @sodabrew, btw msgpack for 7.3 is out now: https://pecl.php.net/package-info.php?package=msgpack&version=2.0.3 |
memcached 3.1.0 is released! |
@sodabrew I get this error when installing it:
Full install output:
|
Discussed in #416 and already posted 3.1.1. |
great :) And congrats with the release! |
Thank you 🎉 |
Hi, Not sure this is a solution but you can use memcached 3.1.3 with php 7.3 on docker :
|
Please make this extension compile with PHP7.3.
Current error with latest RC is:
The text was updated successfully, but these errors were encountered: