From cb5e839d2e2e85e583a5e7488deccb13bd29af23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Nov 2018 08:22:36 +0100 Subject: v5.1.14 --- apcu-5.1.2.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apcu-5.1.2.ini') diff --git a/apcu-5.1.2.ini b/apcu-5.1.2.ini index b38681d..13df71c 100644 --- a/apcu-5.1.2.ini +++ b/apcu-5.1.2.ini @@ -48,7 +48,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX ; A key is considered "slammed" if it was the last key set, ; and a context other than the current one set it ( ie. it ; was set by another process or thread ) -;apc.slam_defense=1 +;apc.slam_defense=0 ; Defines which serializer should be used ; Default is the standard PHP serializer. -- cgit