krakjoe/apcu

Add a way to configure the fallback serializer if `apc.serializer=default` encounters an object

TysonAndre opened this issue · 0 comments

(or does not have enough memory to serialize the entire entry in shared memory)

e.g. apc.fallback_serializer=igbinary

(though igbinary would be more efficient for many use cases, and also use less memory)