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

-- 
Thies C. Arntzen   -   Looking for all sorts of freelance work  -   just ask..
                  http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ

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

Reply via email to