Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92598 invoked by uid 1010); 5 Feb 2007 20:37:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92581 invoked from network); 5 Feb 2007 20:37:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2007 20:37:17 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.184.232 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.232] ([64.233.184.232:64711] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/53-61367-C7597C54 for ; Mon, 05 Feb 2007 15:37:16 -0500 Received: by wr-out-0506.google.com with SMTP id i20so1836078wra for ; Mon, 05 Feb 2007 12:37:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ndHK+NoyY+8h4kjcgHgTte5B5PR3qkeJ575Fi2ULQCXTWl5e3tXv14eBddXfCORMlQAkscUyQyHCJo6C7wnPMlzMs5VuhKIiJv99zajGSfbDDNtgIkMD9tmcTEOOkBdwNtJ865rMEj3W1sCJmUTa7ZZt0FdwL1T/JBTbYUlVRBo= Received: by 10.90.105.20 with SMTP id d20mr9339038agc.1170707832810; Mon, 05 Feb 2007 12:37:12 -0800 (PST) Received: by 10.65.185.15 with HTTP; Mon, 5 Feb 2007 12:37:12 -0800 (PST) Message-ID: Date: Mon, 5 Feb 2007 21:37:12 +0100 To: "Reinis Rozitis" Cc: internals@lists.php.net In-Reply-To: <006d01c74961$ae34f4f0$698df657@wired> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <006d01c74961$ae34f4f0$698df657@wired> Subject: Re: [PHP-DEV] FastCGI limit memory From: pierre.php@gmail.com (Pierre) On 2/5/07, Reinis Rozitis wrote: > I'm asking about this just because yesterday while testing MagickWand ( > http://www.magickwand.org which according to Thomas Boutell > http://marc.theaimsgroup.com/?l=php-dev&m=115698025320619 in some point > should replace GD) just by accident discovered a huge leak in phpinfo() > output of the extension. It will never replace the GD extension. Please read the whole thread before making conclusions (btw, check out http://www.libgd.org). > For example lighttpd according to NetCraft: > > 01.2007 lighttpd 172819 > 02.2007 lighttpd 702712 You should wait march, such a jump is suspect :) --Pierre