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

When to support PHP 8.0 #38

Closed diudiudiuu closed 2 years ago

diudiudiuu commented 2 years ago

My new project can't wait. my new project use laravel framework LTS 9.0, PHP >= 8.0.2

Seegras commented 2 years ago

And I've got a php 8.1 project upcoming; version will be the one from Ubuntu 22.04 LTS.

fruske commented 2 years ago

How can it be you push customers from elastic beanstalk environments to use PHP 8.0 but this extension is not supported / updated anymore? Any feedback whatsoever would be nice. Can we relay on AWS EBS to work together with your other services? I think you should provide that compatibility. For now my only option is not to use Elasticache anymore in my EBS setup. Thats a big deal.

barshaul commented 2 years ago

support for PHP8.0 & 8.1 was published.

42