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"]=>
>   string(3) "bla"
>   ["path"]=>
>   string(5) "/test"
> }
>
>     re,
>     tc


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to