Re: [PHP-DEV] Re: Current working directory and multi-threaded environments From: Sascha Schumann (sascha <email protected>)
Date: 03/16/00

> Windows doesn't seem to have strtok_r but its strtok() is thread-safe.

It can use our own version of strtok_r then.

> OK. Don't forget that on Windows the current working directory WILL be
> initialized to d:\foobar so we just have to add to this code that when
> using \foo\bar we should keep the driver letter.

I couldn't find a way to abstract that, so we still have one #if WINDOWS
left in the function body.

> OK so I won't do these fixes and will wait to see what you do.

Let me know what you think.

- Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>