Operate - Added support for new DELETE operator.
Scan - Added new OPT_SCAN_RPS_LIMIT options to configure the results per second limit on newer server versions.
Merge pull request #49 from vityank/scan_rps
Scan - Added new OPT_SCAN_RPS_LIMIT options to configure the results …
Merge pull request #48 from vityank/operate_delete
Operate delete
Support no_bins query option
fix docs typo
merge master into features
docs: remove scan rps for queryApply
Merge pull request #50 from aerospike/features
Support no_bins query option.
update version
Fix ulong to zend_ulon in conversations.c
Extension failed to compile with error: /vendor/aerospike/aerospike-client-php/src/conversions.c:457:7: error: expected ';' after expression ulong numeric_key; ^ ; vendor/aerospike/aerospike-client-php/src/conversions.c:457:2: error: use of undeclared identifier 'ulong' ulong numeric_key;
Merge pull request #51 from compositephp/patch-1
Fix ulong to zend_ulong in conversations.c for php7.4
Fix travis build due to missing nsup-period
Latest aerospike changed the way expring namespaces must be configured.
remove trailing php tag
Empty space after php tag causes output to client which is usually not expected. It is completely normal to leave php code unclosed.
Merge pull request #54 from ramunasd/patch-2
Fix travis build due to missing nsup-period
Merge pull request #53 from ramunasd/patch-1
Remove trailing php tag
Adding use_services-alternate parameter to php-client
Merge pull request #59 from zekena/master
Add use_services-alternate parameter.