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

PHP 8.3 Support #52

Open hasuf opened 6 months ago

hasuf commented 6 months ago

Now that PHP 8.3 is out as of Nov 2023, are there any plans for an official PHP 8.3 client?

Thanks!

vasily-kartashov commented 3 months ago

No reply? Is there anyone @awslabs watching these issues at all?

cpierce commented 3 months ago

or even an arm64 version of php 8.1

maikobritzke commented 2 months ago

No reply @awslabs ?

javierortizpj commented 3 weeks ago

I'm currently trying to get this working with PHP 8.3 on Ubuntu 20.04. Has anyone had any luck?

cpierce commented 3 weeks ago

I got it to compile after several very hacky things I had to do - I could connect to the cluster but anytime it switched to the other cluster it acted like it was a totally new memcache server without my keys - ultimately no it doesn't work - I'd recommend you do what I did and move to redis - wild that amazon hasn't taken this as important but I suspect it's due to memcache slowly losing the battle with redis

javierortizpj commented 3 weeks ago

Thanks @cpierce!