PHP Client Releases 3.4.4 and 3.4.5 (November 3, 2015)

The 3.4.4 release of the PHP client came out on October 30, 2015 and is available for download here. This release offers the following new features (read its full release notes here):

  • Added explicit control over the batch protocol through a php.ini config variable aerospike.use_batch_direct, or constructor config parameter - Aerospike::USE_BATCH_DIRECT. The default value is 0 (i.e. batch-index) for servers with version >= 3.6.0 (CLIENT-567).
  • Added support for Ubuntu 15. Thanks @lwille.

On November 3, 2015, the 3.4.5 version of the PHP client was released. This version fixes a memory leak in batch read operations (CLIENT-568). Click here to download this release. Its release notes are viewable here.