From: [EMAIL PROTECTED]
Operating system: windows 98
PHP version: 4.0.4pl1
PHP Bug Type: Filesystem function related
Bug description: rename() not using current working directory
rename() function does not use current working directory, but c:\php\ instead (on
windows system)
so if I use rename('a','b') from any directory, it will try to rename c:\php\a to
c:\php\b
--
Edit Bug report at: http://bugs.php.net/?id=9208&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]