Date: 03/16/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3753 Updated: is_readable() broken"
- Previous message: t.stinner <email protected>: "[PHP-DEV] PHP 4.0 Bug #3848: Wrong Output when Using --enable-trans-sid and not using cookies"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3753 Updated: is_readable() broken"
- Previous message: t.stinner <email protected>: "[PHP-DEV] PHP 4.0 Bug #3848: Wrong Output when Using --enable-trans-sid and not using cookies"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

