[PHP-DEV] Virtual current working directory From: Andi Gutmans (andi <email protected>)
Date: 05/23/00

Now that 4.0.0 is out I want to break the current CVS by moving to the
virtual current working directory support.
The only thing we are missing are macros for unlink(), mkdir(), rmdir() and
maybe you guys can think of some others. In any case, mostly stuff which is
barely ever used.
If anyone can remember any more syscalls which depend on the current
working directory and don't have their macro wrappers in php.h then speak
up.
the php4/ source tree to see if there are any non-wrapper open(), fopen()
etc... calls which aren't wrapped and should be wrapped.
I will be changing this in the CVS very soon. I want to get fully working
thread-safety as soon as possible.
Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

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