Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7473 invoked from network); 13 Jan 2010 17:01:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2010 17:01:34 -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 209.85.220.227 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.227 mail-fx0-f227.google.com Received: from [209.85.220.227] ([209.85.220.227:65228] helo=mail-fx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/2B-00773-D6CFD4B4 for ; Wed, 13 Jan 2010 12:01:34 -0500 Received: by fxm27 with SMTP id 27so749144fxm.23 for ; Wed, 13 Jan 2010 09:01:30 -0800 (PST) Received: by 10.223.76.137 with SMTP id c9mr7118249fak.76.1263402090535; Wed, 13 Jan 2010 09:01:30 -0800 (PST) Received: from ?192.168.200.22? (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id 16sm10905312fxm.8.2010.01.13.09.01.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 09:01:29 -0800 (PST) Message-ID: <4B4DFC66.60501@lerdorf.com> Date: Wed, 13 Jan 2010 09:01:26 -0800 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: internals@lists.php.net References: <4B4DABED.4060202@easyflirt.com> <4B4DBF40.5040801@easyflirt.com> <4B4DCFDA.6090206@dmi.me.uk> <20100113153113.GN3978@phcomp.co.uk> <4B4DEB41.2070800@lerdorf.com> <20100113165533.GQ3978@phcomp.co.uk> In-Reply-To: <20100113165533.GQ3978@phcomp.co.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] About optimization From: rasmus@lerdorf.com (Rasmus Lerdorf) Alain Williams wrote: > On Wed, Jan 13, 2010 at 07:48:17AM -0800, Rasmus Lerdorf wrote: >> Alain Williams wrote: > >>> Unfortunately: APC does not work with PHP 5.3 -- I have a site where I would >>> love to use it but I cannot. I use APC to great effect elsewhere. >> The svn version works ok with 5.3. Turn off gc though. You shouldn't >> be writing code that requires garbage collection anyway if you are >> looking for speed. > > Thanks. That compiles nicely and seems to work - CentOS 5.4 - tested on both 32 & 64 bit > > gc ? I cannot see anything in php.ini about that -- other than session garbage collection, > I assume that you don't mean that ? zend.enable_gc = Off