php memcached error

kevin01686

New Member
Every time I try to use the add() function for memcached, I get the following error:\[code\]A PHP Error was encounteredSeverity: WarningMessage: MemcachePool::add(): The lowest two bytes of the flags array is reserved for pecl/memcache internal useFilename: libraries/memcached_library.phpLine Number: 92\[/code\]What could be wrong? I'm using this library for codeigniter: http://github.com/trs21219/memcached-library
 
Back
Top