Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61819 invoked from network); 4 May 2012 12:33:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2012 12:33:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=preinheimer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=preinheimer@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.45 as permitted sender) X-PHP-List-Original-Sender: preinheimer@gmail.com X-Host-Fingerprint: 209.85.210.45 mail-pz0-f45.google.com Received: from [209.85.210.45] ([209.85.210.45:58667] helo=mail-pz0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/D2-38082-EACC3AF4 for ; Fri, 04 May 2012 08:33:50 -0400 Received: by dadv2 with SMTP id v2so3142913dad.32 for ; Fri, 04 May 2012 05:33:47 -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=lMFhrdX3ra31ya6ic8JvmFJO0J0rdbrcW5yis+a97XA=; b=hGY2gL4bvaNtxY0GDXLolIRmxblBNjA6M0BYN0fvmhfrWK8RFsSPcV6WgIps4XSB0m pKxf7k4BtOPgCM7/zQtb8nvOArjFrWKmoFlKhlgsMno4qOfVQRBn/U1TWgOfdASOwvHs i3Kc2FzEvwa/9IY55RnXVtk1j+v/bjeTo7u03pH5Skyg6S2YZ591vfWMoaJcFFxdakct WKDZEkI+WDjFAvYSqpXXLK8mT/TbqpVEloDk2iBOavFUcgRtPF6QFiveBapXHjEuULtE gkM3lW9vGtDybPEUwoH1NNw+12/tEEK6cwnGUtyazjizWhM5abWqH9iDpWVyCTWPpqdw UXZQ== MIME-Version: 1.0 Received: by 10.68.239.194 with SMTP id vu2mr18206002pbc.125.1336134827624; Fri, 04 May 2012 05:33:47 -0700 (PDT) Received: by 10.143.31.18 with HTTP; Fri, 4 May 2012 05:33:47 -0700 (PDT) In-Reply-To: <4FA1F7CE.1090409@garfieldtech.com> References: <4F9E2173.50005@garfieldtech.com> <000e01cd269a$06f15230$14d3f690$@php.net> <002701cd26b5$1cd0bb70$56723250$@thetaphi.de> <4F9EC8B4.3040600@garfieldtech.com> <4F9F4208.7020106@garfieldtech.com> <4FA01214.5030606@garfieldtech.com> <4FA1F7CE.1090409@garfieldtech.com> Date: Fri, 4 May 2012 08:33:47 -0400 Message-ID: To: Larry Garfield Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] readfile() memory usage From: preinheimer@gmail.com (Paul Reinheimer) Hi Everyone >> So, I think we're back to "urban legend" territory. I've updated the documentation for readfile() to help send more people down the path of checking for output buffering, and disabling that rather than contriving loops with fread(). http://docs.php.net/readfile paul -- Paul Reinheimer