Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74252 invoked by uid 1010); 1 Aug 2005 11:46:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74237 invoked from network); 1 Aug 2005 11:46:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 11:46:11 -0000 X-Host-Fingerprint: 84.204.52.251 promo.hnet.spb.ru OpenBSD 3.0-3.4 Received: from ([84.204.52.251:46143] helo=promo.hnet.spb.ru) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A7/1A-04646-28B0EE24 for ; Mon, 01 Aug 2005 07:46:11 -0400 Received: from thinkpad (unknown [192.168.3.118]) by promo.hnet.spb.ru (Postfix) with ESMTP id C61411BAC51; Mon, 1 Aug 2005 15:45:51 +0400 (MSD) To: "'Ron Korving'" , Date: Mon, 1 Aug 2005 15:45:52 +0400 Message-ID: <000001c5968e$951b6490$e902a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <52.F1.04646.C51DDE24@pb1.pair.com> Subject: RE: [PHP-DEV] is this a bug? From: dmitry@zend.com ("Dmitry Stogov") References: <52.F1.04646.C51DDE24@pb1.pair.com> Hi Ron, This is probably a bug. I don't know if it easy fixable. You can post it into bugs.php.net, and I'll look into it (when I'll have time for it). Thanks. Dmitry. > -----Original Message----- > From: Ron Korving [mailto:r.korving@xit.nl] > Sent: Monday, August 01, 2005 11:37 AM > To: internals@lists.php.net > Subject: [PHP-DEV] is this a bug? > > > When I receive a warning that an XSD file could not be > opened, it urlencodes the filepath. That doesn't make sense to me... > > Example: > Warning: I/O warning : failed to load external entity > "/var/www/my%20test%20schema.xsd" in /var/www/test.php on line 10 > > Is this a bug? > > Ron > > PS: Weird thing is that this file actually does exist at that > place, but that's another problem I'm gonna have to look into. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >