Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17481 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19388 invoked by uid 1010); 1 Aug 2005 18:45:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19373 invoked from network); 1 Aug 2005 18:45:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 18:45:36 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:41960] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 06/2A-04646-0DD6EE24 for ; Mon, 01 Aug 2005 14:45:36 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j71HaFtI030461; Mon, 1 Aug 2005 13:36:18 -0400 Message-ID: <42EE6F26.4040400@ctindustries.net> Date: Mon, 01 Aug 2005 14:51:18 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Korving CC: internals@lists.php.net References: <52.F1.04646.C51DDE24@pb1.pair.com><000001c5968e$951b6490$e902a8c0@thinkpad> <4e89b4260508010726198d1f45@mail.gmail.com> <16.A7.04646.DA46EE24@pb1.pair.com> In-Reply-To: <16.A7.04646.DA46EE24@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1000/Sun Jul 31 15:28:06 2005 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] is this a bug? From: rrichards@ctindustries.net (Rob Richards) The warning is being issued from libxml and the URL (which it encodes internally) is just there to inform you that it had problems dealing with the external entitity. Either surpress the errors when calling whichever function or you can use the new error handling for xml in 5.1 which wont issue/display errors directly but any can be retrieved after the function call. Rob Ron Korving wrote: >Yes, spaces are illegal.. Thing is though, the output of the warning has >nothing to do with urls (unless it just assumes the stream is always from a >remote source or something). > >I'll post a bugreport. > >Ron > >