Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57862 invoked from network); 3 Dec 2011 18:46:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2011 18:46:43 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:59236] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/C6-25464-29E6ADE4 for ; Sat, 03 Dec 2011 13:46:43 -0500 Received: by iagf6 with SMTP id f6so1786610iag.29 for ; Sat, 03 Dec 2011 10:46:40 -0800 (PST) Received: by 10.42.202.17 with SMTP id fc17mr3703059icb.15.1322938000150; Sat, 03 Dec 2011 10:46:40 -0800 (PST) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id el2sm51474244ibb.10.2011.12.03.10.46.37 (version=SSLv3 cipher=OTHER); Sat, 03 Dec 2011 10:46:38 -0800 (PST) Message-ID: <4EDA6E8C.6040105@lerdorf.com> Date: Sat, 03 Dec 2011 10:46:36 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Dmitri Snytkine CC: 'Ferenc Kovacs' , 'Tom Boutell' , 'PHP Internals' References: <012201ccb1d5$356a6fa0$a03f4ee0$@alliantinternet.com> <012601ccb1e9$6b7aad80$42700880$@alliantinternet.com> In-Reply-To: <012601ccb1e9$6b7aad80$42700880$@alliantinternet.com> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Will apc.optimization ever be put back to APC? From: rasmus@lerdorf.com (Rasmus Lerdorf) On 12/03/2011 10:28 AM, Dmitri Snytkine wrote: > APC is great, APC definetely speeds up the php a lot but I just remember that there used to be also optimization options. > I remember the days where eAccelerator and php accelerator and mmcache were popular. They all had code optimization option to speed up compiled scripts. Many of those optimizations have been either rolled into the standard compiler or made irrelevant by changes to the opcodes themselves. -Rasmus