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
This commit is contained in:
Adam Harvey 2010-09-06 04:05:02 +00:00
parent c29d3090ec
commit a7c428272a

View file

@ -87,8 +87,12 @@
<row>
<entry>4.3.3</entry>
<entry>
<function>rename</function> is now able to rename files across
partitions on *nix based systems.
<function>rename</function> 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 <literal>chown()</literal> or
<literal>chmod()</literal> system calls to be made on files &mdash;
for example, if the destination filesystem is a FAT filesystem.
</entry>
</row>
</tbody>