Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82426 invoked from network); 15 Jan 2011 09:52:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2011 09:52:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.83.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:61693] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/B3-46674-05E613D4 for ; Sat, 15 Jan 2011 04:52:17 -0500 Received: by pvf33 with SMTP id 33so614502pvf.29 for ; Sat, 15 Jan 2011 01:52:14 -0800 (PST) Received: by 10.142.246.19 with SMTP id t19mr1581440wfh.129.1295085134355; Sat, 15 Jan 2011 01:52:14 -0800 (PST) Received: from Anonymous.local (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id w42sm3011174wfh.15.2011.01.15.01.52.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Jan 2011 01:52:13 -0800 (PST) Message-ID: <4D316E4B.3080609@lerdorf.com> Date: Sat, 15 Jan 2011 01:52:11 -0800 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Bharat Nagwani CC: "internals@lists.php.net" References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] APC caching - preloading files From: rasmus@lerdorf.com (Rasmus Lerdorf) On 1/14/11 7:38 PM, Bharat Nagwani wrote: > Hello Experts, > > Sorry for posting this in this list but I am not finding any documentation on this APC php.ini setting > apc.preload_path > > I have tried the following but it doesn't seem to work > > apc.preload_path = "+/core/*" > > apc.preload_path = "/core/*" There is no glob support on the preload path. It is just a straight prefix. -Rasmus