Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83257 invoked from network); 1 May 2012 15:01:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2012 15:01:24 -0000 Authentication-Results: pb1.pair.com header.from=preinheimer@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=preinheimer@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: preinheimer@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:41237] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/F6-38165-3CAFF9F4 for ; Tue, 01 May 2012 11:01:23 -0400 Received: by pbbrp12 with SMTP id rp12so3338516pbb.29 for ; Tue, 01 May 2012 08:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BvajDnxOXo6TsMHbhYC6WT++XSjpY2DOO4Aypnk5ojg=; b=lHmXjcyuUC3daA01RtHuKmOiNQ05De7mU1t/Qm6rMCkNfL1VpcPQvfWn6YfpiGygM6 DyCqmwoYq5KH/Mbk+0ZrFwl18qufeSMxBvVQ7zRVGUb/LXXwVUhdR+NYuHyNj+Kv+161 9Mx5I1igOZdNdPZOy69bhWVXezVG1ClW+TfGdPW7sKZQyq7B7qvtuy4DYPxfcEnbxcX+ 6RN31YmONvz8DjrelEJI8WoMdlcqM3WuephtzG9wk47Cv286uNt6JjsjrvCeYFVAgUCU TYSzbagANkwLQOYmWIAKTcouAqv362eFPgFDLk6eGvME2mSpZMGPrnQUfeeMzOWC7m5a W3bw== MIME-Version: 1.0 Received: by 10.68.238.201 with SMTP id vm9mr6010108pbc.155.1335884480539; Tue, 01 May 2012 08:01:20 -0700 (PDT) Received: by 10.142.188.6 with HTTP; Tue, 1 May 2012 08:01:20 -0700 (PDT) In-Reply-To: References: <4F9E2173.50005@garfieldtech.com> <000e01cd269a$06f15230$14d3f690$@php.net> <002701cd26b5$1cd0bb70$56723250$@thetaphi.de> <4F9EC8B4.3040600@garfieldtech.com> <4F9F4208.7020106@garfieldtech.com> Date: Tue, 1 May 2012 11:01:20 -0400 Message-ID: To: internals@lists.php.net Cc: Gustavo Lopes , Larry Garfield , rasmus@lerdorf.com Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] readfile() memory usage From: preinheimer@gmail.com (Paul Reinheimer) Hi All, > Unfortunately, you've ignored Uwe's e-mail... The problem is not the PHP > version; the problem is that you're buffering unlimited amounts of data. > Check your configuration and make sure ob_get_level() returns 0. My apologies in the delay, ob_get_level() returns 1, good catch. phpinfo() reports output_buffering as 4096 Does this push what I'm getting into expected behaviour? paul