Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8574 invoked from network); 14 Jul 2009 14:36:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2009 14:36:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=oorza2k5@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=oorza2k5@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.206 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: oorza2k5@gmail.com X-Host-Fingerprint: 209.85.218.206 mail-bw0-f206.google.com Received: from [209.85.218.206] ([209.85.218.206:64388] helo=mail-bw0-f206.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/58-03673-3D79C5A4 for ; Tue, 14 Jul 2009 10:36:04 -0400 Received: by bwz2 with SMTP id 2so2880159bwz.23 for ; Tue, 14 Jul 2009 07:36:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=67jNSsEL81lCKtbqYN2nElSJKVOsOxkgrdQfON7ZNTc=; b=pIxb56elp5UvIQngEXSV65xY+Rul/M8IONudtXB4s+8WDRXWx5JCdwu35NvoUBgK/2 WNblGWP/ooW6kv+hb6x1dza6lFWYOU7fmAynmR/3CL4KgHFb/JBTbsx6RDqPoKFxXSKX xhIwLFKBuuGOUc1PCyRytrqi9j1Uby6DMAxBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Jj1gMZPXUgdnXF1pM2jQTNLbKkVkKzqwurzj389XD+BwZvV/LfWn0VoxFiA2D9oW9/ 61mGrD1TO2BIVR3jkkxAhJfKIcDt0LH+gh8FBVv6dYaw9jCcla4k/2vIgPJxKU7mF3bm 2sUpM1LyZTYKQPKEVB7ILPkCzyKhESJh0urJ4= MIME-Version: 1.0 Received: by 10.239.153.81 with SMTP id y17mr537545hbb.55.1247582160250; Tue, 14 Jul 2009 07:36:00 -0700 (PDT) In-Reply-To: <1247581986-sup-2701@javelin> References: <200907130837.53453.thomas@koch.ro> <1247581986-sup-2701@javelin> Date: Tue, 14 Jul 2009 10:36:00 -0400 Message-ID: <68de37340907140736h556b589cva9d3d89111f11afb@mail.gmail.com> To: "Edward Z. Yang" Cc: internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP CLI and opcode caches From: oorza2k5@gmail.com (Eddie Drapkin) On Tue, Jul 14, 2009 at 10:33 AM, Edward Z. Yang wrote: > 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 cac= he > will get created and destroyed. =C2=A0I think Thomas is looking for somet= hing > a little similar to Python's pyc files. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I've seen Roadsend: http://www.roadsend.com/home/index.php?pageID=3Dcompile= r and PhC: www.phpcompiler.org I think these are closer to what you want, but I'm not sure either are worth using, as I've used neither. If you do use one, or both, let me know for sure :)