Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7278 invoked from network); 14 Jul 2009 14:33:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2009 14:33:56 -0000 Authentication-Results: pb1.pair.com header.from=ezyang@MIT.EDU; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ezyang@MIT.EDU; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain MIT.EDU designates 18.7.7.80 as permitted sender) X-PHP-List-Original-Sender: ezyang@MIT.EDU X-Host-Fingerprint: 18.7.7.80 BISCAYNE-ONE-STATION.MIT.EDU Solaris 9 Received: from [18.7.7.80] ([18.7.7.80:35681] helo=biscayne-one-station.mit.edu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/F7-03673-3579C5A4 for ; Tue, 14 Jul 2009 10:33:56 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id n6EEXp7D002021 for ; Tue, 14 Jul 2009 10:33:51 -0400 (EDT) Received: from localhost (ita4fw1.itasoftware.com [63.107.91.99]) (authenticated bits=0) (User authenticated as ezyang@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id n6EEXo5S029690 for ; Tue, 14 Jul 2009 10:33:51 -0400 (EDT) Content-Type: text/plain; charset=UTF-8 To: internals In-reply-to: References: <200907130837.53453.thomas@koch.ro> Date: Tue, 14 Jul 2009 10:33:50 -0400 Message-ID: <1247581986-sup-2701@javelin> User-Agent: Sup/git Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.42 X-Spam-Flag: NO X-Spam-Score: 0.00 Subject: Re: [PHP-DEV] PHP CLI and opcode caches From: ezyang@MIT.EDU ("Edward Z. Yang") Excerpts from Peter Wang's message of Mon Jul 13 05:34:33 -0400 2009: > http://www.php.net/manual/en/apc.configuration.php#ini.apc.enable-cli > > is that what you want? Not really, since the manual even specifically states that the opcode cache will get created and destroyed. I think Thomas is looking for something a little similar to Python's pyc files.