That win32 branch of the code looks suspect
(I know it is not part of the commit).
Anyone have time to check it out?

--Wez.

>  #ifdef PHP_WIN32
>   if (*(*path_for_open + 1) != ':')
>  #endif
> - *path_for_open--;
> + (*path_for_open)--;

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

Reply via email to