21.9.10.8. Change History

21.9.10.8.1. PECL/mysqlnd_memcache 1.0 series

Copyright 1997-2012 the PHP Documentation Group.

This change history is a high level summary of selected changes that may impact applications and/or break backwards compatibility.

See also the CHANGES file in the source distribution for a complete list of changes.

21.9.10.8.1. PECL/mysqlnd_memcache 1.0 series

Copyright 1997-2012 the PHP Documentation Group.

1.0.0-alpha

  • Release date: TBD
  • Motto/theme: Basic mapping of SQL SELECT to a MySQL Memcache plugin access.

The initial release does map basic SQL SELECT statements to a MySQL Memcache plugin access. This bares potential performance benefits as the direct key-value access to MySQL storage using the Memcache protocol is usually faster than using SQL access.