Re: [PHP-DEV] Re: Current working directory and multi-threaded environments From: rubys <email protected>
Date: 03/15/00

> Today the cwd is the initial cwd of the
> process and not of the executing script (unless I'm wrong, which is very
> possible).

I believe that today the cwd is the directory which contains the executing
script. Take a look at fopen-wrappers.c. This behavior is important to a
number of people.

Retaining the current behavior is a bit more involved than simply saving
the virtual path away some place. Every place in which a user can enter a
relative path will need to be examined.

- Sam Ruby

-- 
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>