Also fixed.
Ilia
On October 18, 2002 06:37 am, Thies C. Arntzen wrote:
> url:
> file:/bla/test
>
> 4.2.x output:
> array(2) {
> ["scheme"]=>
> string(4) "file"
> ["path"]=>
> string(9) "/bla/test"
> }
>
> HEAD:
> array(3) {
> ["scheme"]=>
> string(4) "file"
> ["host"]=>
>
lxr, as with all things, is no good unless you know where to look. :)
Thanks so much.
James
> -Original Message-
> From: Markus Fischer [mailto:[EMAIL PROTECTED]]
> Sent: 30 November 2001 06:41 AM
> To: James Cox
> Cc: [EMAIL PROTECTED]
> Subject: Re: [
http://lxr.php.net/source/php4/ext/standard/url.c#63
lxr.php.net is a nice toy, isn't it?
- Markus
On Fri, Nov 30, 2001 at 02:43:20AM -, James Cox wrote :
> I want to find the source of the parse_url(); function to look at how it's
> created, since i'm making something similar.