Revision af465e96312595fb2e148fa9c4a4b1a72ebb652a
Committed on 08/08/2012 2:45 am by
Patrick Allaert <pa@ez.no> [GitHub Diff]
Fixed EZPNEXT-679: Connections to memcached aren't closed
Short: Memcached:__construct() implements the Multiton Pattern.
Longer: When using persistent memcached connections, those need to be
initialized once, the extension take care of returning the zval that has
been previously initialized with the same key. It means that it already
has the connection to the servers as well as the options.