Aerospike PHP Client Release 7.4.1 (February 20, 2019)

Aerospike PHP client version 7.4.1 was released on February 20, 2019.

This major release adds updates and fixes documentation syntax errors.

Features

  • Breaking Change: Shared Memory layout has changed. Therefore the default SHM Key has changed from 0xA7000000 to 0xA8000000 If you were specifying your own key, it is critical that this be updated for the use of client 7.4.1 .
  • Removed the error constants ERR_BIN_EXISTS, ERR_BIN_NOT_FOUND .
  • Update to C client 4.5.0.
  • Add Configuration options for Rack Aware reads.