mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c29d3090ec
commit
a7c428272a
1 changed files with 6 additions and 2 deletions
|
@ -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 —
|
||||
for example, if the destination filesystem is a FAT filesystem.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue