-
Notifications
You must be signed in to change notification settings - Fork 57
PHP 7 compatibility #53
Comments
Apparently the memcache extension has not been ported to PHP 7, yet. I'm currently trying to get our code base to run with PHP 7 and this whole memcache/memcahed mess is quite hard to handle. |
@mevdschee But most switched to memcached that supports PHP7 as far as I know. |
Version 2 is already switched to memcached. (edit: I'm wrong, it is switched from memcached to memcache) |
From the readme: "NB: This bundle no longer uses the PHP "memcached" extension that uses "libmemcached", see "Considerations". " Version 2 switched away from the PHP7 supported extension to the currently broken one. |
Ah.. sorry, even I was confused (one letter, but such a big difference). PSR compliant PHP projects can better avoid memcached, due to the problems that project has with inheritance of it's base class. See: #21 Let's hope that @szabolcsbalogh succeeds 👍 |
@jimaek I'm kinda mainting a memcached compatible version: |
Good work @hanikesn ! |
@mevdschee Ok, so I guess this module wont get PHP7 support until that extension gets updated? |
I added a link to the readme. Let's hope he does a PR and it gets merged. |
Does anyone understand why memcache.so is not available for PHP 7 on Travis?
https://travis-ci.org/LeaseWeb/LswMemcacheBundle/builds/69521319
Thanks!
The text was updated successfully, but these errors were encountered: