objectcache: remove messy inheritence from APCBagOStuff in APCUBagOStuff
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 29 Mar 2019 02:38:13 +0000 (19:38 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 29 Mar 2019 02:38:13 +0000 (19:38 -0700)
commit3192278eb21d228411d2d8ffddca9a8c5f5ce8a3
treeb4145616a7e07e797d2a7e6373ee53cd1489deb0
parent27f5535e208b26e4aa9eddbe133939c9833af9a9
objectcache: remove messy inheritence from APCBagOStuff in APCUBagOStuff

Also make sure they always use PHP serialization to avoid CAS token problems
and bugs in the custom pecl extension serializers.

Change-Id: I43cef97ca4ac0f0cc21b65ba73d1887ed92e157f
includes/libs/objectcache/APCBagOStuff.php
includes/libs/objectcache/APCUBagOStuff.php