Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22251 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6897 invoked by uid 1010); 8 Mar 2006 18:01:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6882 invoked from network); 8 Mar 2006 18:01:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2006 18:01:41 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2251] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 54/6A-27106-40C1F044 for ; Wed, 08 Mar 2006 13:01:41 -0500 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FH2QJ-0007Mc-00; Wed, 08 Mar 2006 09:26:07 -0800 Message-ID: <003f01c642da$5836adc0$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: "Sebastian Bergmann" Cc: References: <002801c642ca$30f41f50$7d051fac@stumpy> Date: Wed, 8 Mar 2006 10:01:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: [PHP-DEV] Re: "Tunnelling" require/include through userspacestreams filter From: pollita@php.net ("Sara Golemon") Oops, missent this the first time using my personal address... Sebastian: Please don't reply-all to that one, I'm trying to keep that off the list. > I do not want to change the include/require calls but instead set up > a filter for the standard ones. > Ah... I can see use for that. I'm actually about to do some (overdue) fixes/stabilizations to php6-unicode-streams. Once that's all settled, I'll come back to this and look at adding something along the lines of: stream_filter_auto() or whatever. -Sara