Minor PECL client fixes
authorTim Starling <tstarling@wikimedia.org>
Tue, 15 May 2012 03:34:24 +0000 (13:34 +1000)
committerTim Starling <tstarling@wikimedia.org>
Tue, 15 May 2012 04:13:58 +0000 (14:13 +1000)
commitd3fd5db2076e03bdb409c3634013ba658d019c3b
tree8a2ca40f3c542bc044d19a3319c73068805637da
parent3c62077fe28778eb41bde7549fbae402c8be0ef7
Minor PECL client fixes

* Fixed the check for igbinary presence. It's not enough for the
  extension to be loaded, the memcached extension also needs to be
  compiled with --enable-memcached-igbinary.
* When delete() is attempted on a key that doesn't exist, return true,
  as in the other BagOStuff implementations.

Change-Id: I298952f4a9925d860fa5673f632d073b1f20aa47
includes/objectcache/BagOStuff.php
includes/objectcache/MemcachedPeclBagOStuff.php