From a7c428272a2861c29ee69b7f9a8a42f1a172e3c4 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 6 Sep 2010 04:05:02 +0000 Subject: [PATCH] Fix doc bug #50676 (rename across Volumes throws warning "Operation not permitted"). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303064 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/rename.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/rename.xml b/reference/filesystem/functions/rename.xml index 57e68dd17a..c3e98f1e7d 100644 --- a/reference/filesystem/functions/rename.xml +++ b/reference/filesystem/functions/rename.xml @@ -87,8 +87,12 @@ 4.3.3 - rename is now able to rename files across - partitions on *nix based systems. + rename may now be able to rename files across + partitions on *nix based systems, provided the appropriate permissions + are held. Warnings may be generated if the destination filesystem + doesn't permit chown() or + chmod() system calls to be made on files — + for example, if the destination filesystem is a FAT filesystem.