Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26333 invoked by uid 1010); 5 Mar 2007 23:47:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26318 invoked from network); 5 Mar 2007 23:47:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2007 23:47:10 -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 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:42948] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/99-16561-DFBACE54 for ; Mon, 05 Mar 2007 18:47:10 -0500 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l25Nl5Rg026209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Mar 2007 15:47:05 -0800 Message-ID: <45ECABF8.2020805@lerdorf.com> Date: Mon, 05 Mar 2007 15:47:04 -0800 User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Brian Moon CC: internals@lists.php.net References: <45EC8CE9.8020807@dealnews.com> <45EC9D1B.6000804@zend.com> <45EC9FAF.2080005@dealnews.com> <45ECA114.3080402@lerdorf.com> <45ECA8D7.6060804@dealnews.com> In-Reply-To: <45ECA8D7.6060804@dealnews.com> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.1/2737/Mon Mar 5 14:31:16 2007 on colo X-Virus-Status: Clean Subject: Re: [PHP-DEV] The way the engine works? From: rasmus@lerdorf.com (Rasmus Lerdorf) Brian Moon wrote: > Rasmus Lerdorf wrote: >> >> I get: >> >> first growth: 704 >> second growth: 32,264 >> >> with current PHP_5_2 checkout. I don't have a 5.1.x handy with memory >> limits compiled in. > > Starting to think this is more prevelant on Mac OS X. My huge numbers > are coming from 5.2.0, on Mac OS X. On my Linux boxes I am getting > smaller numbers, more like what you guys are reporting so I assume you > are using Linux. Nope, mine was from OSX: 3:45pm shiny:~> php uu first growth: 704 second growth: 32,264 3:45pm shiny:~> php -v PHP 5.2.2-dev (cli) (built: Feb 18 2007 00:11:29) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies 3:45pm shiny:~> uname -a Darwin shiny.lerdorf.com 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc -Rasmus