Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90342 invoked from network); 31 Mar 2008 06:36:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2008 06:36:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:38946] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/41-12628-95680F74 for ; Mon, 31 Mar 2008 01:36:10 -0500 Received: (qmail 23329 invoked from network); 31 Mar 2008 06:36:05 -0000 Received: from unknown (HELO ?10.1.20.3?) (10.1.20.3) by mail.zend.net with SMTP; 31 Mar 2008 06:36:05 -0000 Message-ID: <47F08656.1000808@zend.com> Date: Mon, 31 Mar 2008 10:36:06 +0400 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Greg Beaver CC: Marcus Boerger , internals@lists.php.net References: <47E2F8FA.20107@chiaraquartet.net> <47E7FEFD.8080504@chiaraquartet.net> <47E800F1.5090101@zend.com> <200803251613.20245.et@php.net> <47E91898.5050503@zend.com> <47E92D3B.7010500@chiaraquartet.net> <47E930C0.6000201@zend.com> <47E94C24.2030400@chiaraquartet.net> <1891676371.20080325201729@marcus-boerger.de> <47E9C725.4060308@chiaraquartet.net> <99395441.20080326122856@marcus-boerger.de> <47EAABAB.4040604@chiaraquartet.net> <47EB7813.8010509@zend.com> <1948764807.20080327191755@marcus-boerger.de> <47ECB24A.5070804@zend.com> <47EEC9F8.9070105@php.net> In-Reply-To: <47EEC9F8.9070105@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] REMINDER - stream wrappers in include_path From: dmitry@zend.com (Dmitry Stogov) Hi Greg, I just don't see if my changes broke something. So could you please prove that committed patch has an issue (with test case), and restore part of your patch that was going to fix the issue. Sorry for double work. Thanks. Dmitry. Greg Beaver wrote: > Dmitry Stogov wrote: >> Hi Marcus, >> >> Sorry, if I broke something in latest patch, I just didn't see any >> comments from others about it. And from my point of view the patch did >> unnecessary things. I still think the same, becaus I mainly changed code >> that checks for wrapper in given argument, but not in include_path. >> >> BTW: I might miss something. >> >> Greg, could you please make a patch that fix the problem that Marcus >> describes (don't forget a test case). > > Can you elaborate on the problem you want me to fix? I thought Marcus > was saying that changes made to my last patch in the ultimate commit > were the problem? > > Thanks, > Greg