Date: 03/15/00
- Next message: Sascha Schumann: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Maybe in reply to: Andi Gutmans: "[PHP-DEV] Re: Current working directory and multi-threaded environments"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Sascha Schumann: "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 ]
> 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>
- Next message: Sascha Schumann: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Maybe in reply to: Andi Gutmans: "[PHP-DEV] Re: Current working directory and multi-threaded environments"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Re: Current working directory and multi-threaded environments"
- Reply: Sascha Schumann: "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 ]

