[PHP-DEV] PHP 4.0 Bug #6498 Updated: Rename function fails with non absolute paths From: dbeu <email protected>
Date: 10/26/00

ID: 6498
Updated by: dbeu
Reported By: P.Gabriel <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:

this is fixed, as soon as the cvs is coming back.

Previous Comments:
---------------------------------------------------------------------------

[2000-09-02 03:18:17] P.Gabriel <email protected>
The rename function only works with absolute paths.

example that doesn't work:

rename("test.txt","test2.txt");

I need somthing like it to do the same thing:

copy("test.txt","test2.txt");
unlink("test.txt");

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6498

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