Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17478 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87498 invoked by uid 1010); 1 Aug 2005 14:26:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87483 invoked from network); 1 Aug 2005 14:26:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 14:26:51 -0000 X-Host-Fingerprint: 64.233.184.198 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.198:14235] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 45/A9-04646-B213EE24 for ; Mon, 01 Aug 2005 10:26:51 -0400 Received: by wproxy.gmail.com with SMTP id i21so1010192wra for ; Mon, 01 Aug 2005 07:26:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hjwFFdF80731LwO+hZ40yUKE2iP3LgNato2IPlYD5T0qgCQvJuUQumHriQ1ijVwNtgbHKu8ax8EaIKioeKKi9k8p3D2aCM8yyWDLArYYyUsSsIqohaXztCr4WOWvmPh9Z2oob5wccAAGsf4URcOUdgDEBwL578JJD/BFAEjU3+k= Received: by 10.54.120.12 with SMTP id s12mr2887373wrc; Mon, 01 Aug 2005 07:26:48 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Mon, 1 Aug 2005 07:26:48 -0700 (PDT) Message-ID: <4e89b4260508010726198d1f45@mail.gmail.com> Date: Mon, 1 Aug 2005 10:26:48 -0400 Reply-To: Wez Furlong To: Dmitry Stogov Cc: Ron Korving , internals@lists.php.net In-Reply-To: <000001c5968e$951b6490$e902a8c0@thinkpad> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <52.F1.04646.C51DDE24@pb1.pair.com> <000001c5968e$951b6490$e902a8c0@thinkpad> Subject: Re: [PHP-DEV] is this a bug? From: kingwez@gmail.com (Wez Furlong) Remember that spaces are illegal in URLs, so it seems perfectly fine to have it encoded. Whether the behaviour you're seeing is a bug, I'll leave to people that know the code to decide :) --Wez. On 8/1/05, Dmitry Stogov wrote: > Hi Ron, >=20 > 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). >=20 > Thanks. Dmitry. >=20 > > -----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 > > > > >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >