Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 921 invoked from network); 29 Mar 2008 23:00:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2008 23:00:17 -0000 Authentication-Results: pb1.pair.com header.from=cellog@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=cellog@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 38.99.98.18 as permitted sender) X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:56839] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/11-26738-10ACEE74 for ; Sat, 29 Mar 2008 18:00:17 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id A502FC0FE35; Sat, 29 Mar 2008 16:00:14 -0700 (MST) Received: from [192.168.1.2] (h114n1fls312o1099.telia.com [81.225.182.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id AB167C0FDE2; Sat, 29 Mar 2008 16:00:12 -0700 (MST) Message-ID: <47EEC9F8.9070105@php.net> Date: Sat, 29 Mar 2008 18:00:08 -0500 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Dmitry Stogov 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> In-Reply-To: <47ECB24A.5070804@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] REMINDER - stream wrappers in include_path From: cellog@php.net (Greg Beaver) 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