krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

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

Open TysonAndre opened 1 year ago

TysonAndre commented 1 year ago

(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)