Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60421 invoked by uid 1010); 1 Sep 2004 21:25:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56917 invoked from network); 1 Sep 2004 21:24:33 -0000 Received: from unknown (HELO theta.altoona-pa.com) (209.161.72.28) by pb1.pair.com with SMTP; 1 Sep 2004 21:24:33 -0000 Received: from IONZOFT-JEG (dpvc-207-68-114-163.alt.east.verizon.net [207.68.114.163]) by theta.altoona-pa.com (Postfix) with ESMTP id 9270313FB9; Wed, 1 Sep 2004 17:24:31 -0400 (EDT) Date: Wed, 1 Sep 2004 17:24:33 -0400 X-Mailer: The Bat! (v2.11.02) Business Reply-To: Jason Garber Organization: IonZoft, Inc. X-Priority: 3 (Normal) Message-ID: <836225669.20040901172433@ionzoft.com> To: Stuart Dallas Cc: internals@lists.php.net In-Reply-To: <8dd3173f04090112506e5891@mail.gmail.com> References: <8dd3173f04090112506e5891@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] #29416 - ob_include From: jason@ionzoft.com (Jason Garber) Hello Stuart, Patch didn't come through... -- Best regards, Jason mailto:jason@ionzoft.com Wednesday, September 1, 2004, 3:50:30 PM, you wrote: SD> Hi All, SD> This is my first attempt at submitting a patch so please be gentle :). SD> The feature requested in #29416 is something I've wanted to see for a SD> while, so I decided to have a go at adding it. SD> I decided name ob_include described the method by which the function SD> did it's job rather than what it was for. I have implemented it as SD> eval_file_get_output which I feel is a better description of its SD> purpose. The requester suggests require and _once variations but those SD> make little sense to me so I haven't implemented those.