Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90925 invoked from network); 12 Nov 2009 14:19:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2009 14:19:41 -0000 Authentication-Results: pb1.pair.com header.from=ralph@smashlabs.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@smashlabs.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain smashlabs.com from 67.15.58.61 cause and error) X-PHP-List-Original-Sender: ralph@smashlabs.com X-Host-Fingerprint: 67.15.58.61 openrce.org Linux 2.6 Received: from [67.15.58.61] ([67.15.58.61:56397] helo=users.smashlabs.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/8C-08668-A791CFA4 for ; Thu, 12 Nov 2009 09:19:40 -0500 Received: (qmail 25552 invoked from network); 12 Nov 2009 08:19:28 -0600 Received: from cpe-24-28-26-65.austin.res.rr.com (HELO ralph-macbook.local) (24.28.26.65) by smashlabs.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Nov 2009 08:19:28 -0600 Message-ID: <4AFC1972.50000@smashlabs.com> Date: Thu, 12 Nov 2009 08:19:30 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: Stanislav Malyshev CC: Mikko Koppanen , Lukas Kahwe Smith , Greg Beaver , internals@lists.php.net, Christian Schneider References: <413588E2-8AC8-49F7-B7BF-97BEFB0A71E4@pooteeweet.org> <4AF9A03E.8000207@cschneid.com> <4AF9AE1A.9000005@zend.com> <4AF9C589.3090604@chiaraquartet.net> <4AF9CCEA.1030500@zend.com> <4AFA0449.2030600@chiaraquartet.net> <4AFA0756.4020609@zend.com> <4AFA0A38.7000502@chiaraquartet.net> <8B520687-04D6-4CB3-BB7A-51A62D74489B@pooteeweet.org> <8cf711460911110244m22e2fedag21e294d8d3909037@mail.gmail.com> <4AFB0457.40905@zend.com> In-Reply-To: <4AFB0457.40905@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders From: ralph@smashlabs.com (Ralph Schindler) IIRC, Sara created this as a proof of concept to a reoccurring question of why filesystem functions don't have an include include_path argument. Many members argued (and for good merit), that any fs operations should not include the include_path. It was put into trunk and forgotten about, but ironically documented. Commentary: http://devzone.zend.com/node/view/id/1514#Heading7 -ralph Stanislav Malyshev wrote: > Hi! > >> Isn't this what stream_resolve_include_path does? > > I wasn't even aware it was there (it being undocumented doesn't help a > lot). And it is listed as PHP 6 only. I guess if we fix it to work > correctly and backport to 5.3 (or even 5.2?) it may just work for > frameworks.