Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24647 invoked from network); 21 Oct 2012 08:30:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2012 08:30:26 -0000 Received: from [127.0.0.1] ([127.0.0.1:2272]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 0D/EB-22055-1A2B3805 for ; Sun, 21 Oct 2012 04:30:25 -0400 X-Host-Fingerprint: 68.5.141.4 ip68-5-141-4.oc.oc.cox.net Received: from [68.5.141.4] ([68.5.141.4:24673] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/EB-22055-CC1B3805 for ; Sun, 21 Oct 2012 04:26:53 -0400 Message-ID: <8C.EB.22055.CC1B3805@pb1.pair.com> To: internals@lists.php.net Date: Sun, 21 Oct 2012 01:26:49 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.5.141.4 Subject: Should "apc.slam_defence" and "apc.write_lock" be turned on at the same time? From: jasonwyz98@gmail.com (Jason Gu) Hi Internals I wondering if "apc.slam_defence" and "apc.write_lock" should be turned on at the same time? The default for APC v3.1.13 have both settings turned on. But the documentation says "apc.slam_defence is Deprecated by apc.write_lock." http://www.php.net/manual/en/apc.configuration.php#ini.apc.slam-defense So I'd like to know how should the settings be configured? Thanks