Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80886 invoked by uid 1010); 1 Aug 2005 07:38:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80870 invoked from network); 1 Aug 2005 07:38:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 07:38:04 -0000 X-Host-Fingerprint: 62.58.68.2 firewall.axit.nl Received: from ([62.58.68.2:9170] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 52/F1-04646-C51DDE24 for ; Mon, 01 Aug 2005 03:38:04 -0400 Message-ID: <52.F1.04646.C51DDE24@pb1.pair.com> To: internals@lists.php.net Date: Mon, 1 Aug 2005 09:37:29 +0200 Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 62.58.68.2 Subject: is this a bug? From: r.korving@xit.nl ("Ron Korving") 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.