Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8740 invoked from network); 2 Jun 2010 20:03:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2010 20:03:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=john.lesueur@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=john.lesueur@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: john.lesueur@gmail.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:33079] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/B7-02991-FF8B60C4 for ; Wed, 02 Jun 2010 16:03:12 -0400 Received: by pvc7 with SMTP id 7so1212783pvc.29 for ; Wed, 02 Jun 2010 13:03:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=NRZAkkc8DunmFXSdB995xmaGHFtsysNLZ2F1U/z+X/0=; b=rSYikbNuL+cWJ6B8t6OLINjq/YcQGVRg2JHv8GeK4/rQU5veWk7ddeUDh2dVIU/riB Gin14eMQLv+nBZMejKxAmyzFIAJXcadH4yb7zD6Oxn1TtOJNffz9KbJ5C0oA/8LV467o 3Jv3YWBBixVaXJY0chNSAgv9f6lP8t6ZVehj0= 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; b=RV5JmBqqNO590kURD4Qg+8ECnESoPHE7HLQDdX6wRfomZkHzojl8zeUIfYSez0dlMK Yb5xyZRUwR40uhXqfcf5aZYykDYJFrgFM3ljzGFNqottzc1yri/v9SZyMIZ8OREJsqEe O1CxivXkbPrYHLL9SIp4dcHcy6MpykunhBKrY= MIME-Version: 1.0 Received: by 10.141.188.26 with SMTP id q26mr7023165rvp.150.1275508988722; Wed, 02 Jun 2010 13:03:08 -0700 (PDT) Received: by 10.140.144.11 with HTTP; Wed, 2 Jun 2010 13:03:08 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Jun 2010 14:03:08 -0600 Message-ID: To: Michael Wallner Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=000e0cd17ec62e3e85048811948f Subject: Re: [PHP-DEV] performance of the new output api From: john.lesueur@gmail.com (John LeSueur) --000e0cd17ec62e3e85048811948f Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 2, 2010 at 1:37 PM, Michael Wallner wrote: > > Now the script: > ini_set("memory_limit", "2G"); > > function mib($b) { > return $b ? number_format($b/1024/1204, 1, ".", "'") : "?"; > typo: shouldn't this be $b/1024/1024? John --000e0cd17ec62e3e85048811948f--