Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12531 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88432 invoked by uid 1010); 1 Sep 2004 19:54:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59491 invoked from network); 1 Sep 2004 19:50:30 -0000 Received: from unknown (HELO mproxy.gmail.com) (64.233.170.200) by pb1.pair.com with SMTP; 1 Sep 2004 19:50:30 -0000 Received: by mproxy.gmail.com with SMTP id 78so230811rnk for ; Wed, 01 Sep 2004 12:50:30 -0700 (PDT) Received: by 10.38.83.80 with SMTP id g80mr1721632rnb; Wed, 01 Sep 2004 12:50:30 -0700 (PDT) Received: by 10.38.89.34 with HTTP; Wed, 1 Sep 2004 12:50:30 -0700 (PDT) Message-ID: <8dd3173f04090112506e5891@mail.gmail.com> Date: Wed, 1 Sep 2004 20:50:30 +0100 Reply-To: Stuart Dallas To: internals@lists.php.net Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_158_6891844.1094068230266" Subject: [PATCH] #29416 - ob_include From: stuart.dallas@gmail.com (Stuart Dallas) ------=_Part_158_6891844.1094068230266 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, This is my first attempt at submitting a patch so please be gentle :). The feature requested in #29416 is something I've wanted to see for a while, so I decided to have a go at adding it. I decided name ob_include described the method by which the function did it's job rather than what it was for. I have implemented it as eval_file_get_output which I feel is a better description of its purpose. The requester suggests require and _once variations but those make little sense to me so I haven't implemented those. -- Stuart ------=_Part_158_6891844.1094068230266--