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

HHVM Support? #2

Open nikolay opened 8 years ago

nikolay commented 8 years ago

Is HHVM supported?

QuChen88 commented 8 years ago

I remember testing the library on HHVM a while back. You need to compile the libmemcached library (aws-elasticache-cluster-client-libmemcached) and compile HHVM on top of that.

nikolay commented 8 years ago

@QuChen88 Of course, there's a way to hack this (pun intended), but not one most PHP developers will take. So, developers will either drop HHVM (less probable due to the huge benefits) or drop ElastiCache. Given there's no PHP 7 support either, there's no alternative to HHVM at the moment. So, that's why Amazon should do their contribution to the project as Facebook has less incentive.

https://github.com/facebook/hhvm/issues/6702

nikolay commented 8 years ago

@QuChen88 Any update?

tdlm commented 8 years ago

:+1:

vaibhu commented 6 years ago

Do we have any update on the above request for HHVM support? @QuChen88 did you get a chance to work on HHVM client or any workaround ? @nikolay do you mind sharing your solution - thx