Ah, it's char **path_for_open....
I thought there was some bad pointer stuff going on there.

--Wez.

> #ifdef PHP_WIN32
>             if (*(*path_for_open + 1) != ':')
> #endif
>                 (*path_for_open)--;
> And this last says:  If the next character is a colon, we're dealing with
a
> win file path, so we want to pass off "C:/foo.txt".  If it's not a colon,
> we've got a more traditional path (i.e.: '/foo.txt') so we want to back up
> one to include the original '/'

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to