awslabs / aws-elasticache-cluster-client-memcached-for-php

Amazon ElastiCache Cluster Client is an enhanced PHP library to connect to ElastiCache clusters. This client library has been built upon libmemcached and is released under the Apache License.
Other
62 stars 33 forks source link

Is there any chance we can get a newer .so built against libmemcached 1.0.18 current .so are built against 1.0.8 #30

Closed duronrulez closed 4 years ago

duronrulez commented 5 years ago

Is there any chance we can get a newer .so built against libmemcached 1.0.18. Current .so are built against 1.0.8. Current solution is to build your own .so from source, but thats not ideal.

browseman commented 5 years ago

+1

antydemant commented 5 years ago

+1

If you use DISTRIBUTION_CONSISTENT option you should know that the client with libmemcached 1.0.18 is not backward compatible with client which built with libmemcached 1.0.8

28

bensebborn commented 4 years ago

+1

yzhaon commented 4 years ago

Which PHP version is this issue referring to?

The PHP 7.2 client has been updated to link against libmemcached 1.0.18

duronrulez commented 4 years ago

Our use case was php 7.2

yzhaon commented 4 years ago

The PHP 7.2 client has been updated and published.

You can grab the latest client following these steps https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/Appendix.PHPAutoDiscoverySetup.Downloading.html

Going to resolve this issue now.

duronrulez commented 4 years ago

What about php 7.4? php 7.2 is already out of support