]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PHP extens...
authorBrion Vibber <brion@pobox.com>
Fri, 5 Feb 2010 17:47:56 +0000 (09:47 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 5 Feb 2010 17:47:56 +0000 (09:47 -0800)
commit875e1a70ce231b6b07765210328656abb353ad5b
tree81fe1cd01946cd2e19b4e938d669c3ea1ff4bd32
parent8d320d7cc2998a4977c5de4ba571ea4f95b21dce
Don't spew warnings on usage of MEMCACHE_COMPRESSED constant when memcache PHP extension is not present.
Switched to a locally-defined Cache::COMPRESSED, translating that to MEMCACHE_COMPRESSED in the plugin.
classes/Memcached_DataObject.php
lib/cache.php
plugins/MemcachePlugin.php