aerospike-community / aerospike-client-php

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

Aerospike AEROSPIKE_ERR_UNSUPPORTED_FEATURE error on scan command #68

Open neo-rainboy opened 2 years ago

neo-rainboy commented 2 years ago

Hi there,

I have run into a problem where issuing a scan command through php client on aerospike version 5.6.0 returns with error code (16) with error description of AEROSPIKE_ERR_UNSUPPORTED_FEATURE. I would be grateful if anyone can help me to overcome this situation.

Rgds,

bbbbryan commented 2 years ago

encountered the same issue (AEROSPIKE_ERR_UNSUPPORTED_FEATURE) when using python client to scan aerospike. our aerospike version is 5.6.0.10. is this a bug in aerospike client, or is it something wrong on our end?

info2000 commented 2 years ago

I had the same issue, @rbotzer there's som plan to make php cliente compatible with >5.5 aerospike server versions?

info2000 commented 2 years ago

@neo-rainboy @bbbbryan upgrading the c client to 4.6.24 issue is solved. enter on vendor/aerospike/aerospike-php-client/src edit the file build.sh and change the c version to download in the line 20 delete the folder vendor/aerospike/aerospike-php-client/aerospike-client-c

execute the build.sh into from the src folder when finish, run make install to recompile the php extension, restart php and voila