aerospike-community / aerospike-client-php

Aerospike client for PHP7
Apache License 2.0
29 stars 28 forks source link

Support for ARM #66

Open czhDavid opened 3 years ago

czhDavid commented 3 years ago

Hi as Apple released Apple silicon and Docker is in RC2 for this platform, are there plans to support ARM? Currently the libs are only for x64.

thias commented 1 year ago

Work on PHP 8 support seems to have started. But throwing away this extension entirely and instead leveraging ext-php-rs and the Rust Client, which is an interesting choice.

https://github.com/aerospike/php-client

I have successfully built this new extension for aarch64 and it looks like the Aerospike developers working on it are probably running macOS, given what can be seen in the README and build scripts.

khaf commented 1 year ago

aarch64 is supported and we have tested it on Apple Silicon. Give it a try and let us know what you think.