ZipArchive::extractTo: add notice about default permissions, following #79383

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Remi Collet 2020-03-15 17:55:23 +00:00
parent 67923ad06f
commit c870cfa314

View file

@ -16,6 +16,14 @@
Extract the complete archive or the given files to the specified
destination.
</para>
<warning>
<para>
The default permissions for extracted files and directories
give the widest possible access. This can be restricted
by setting the current umask, which you can change using
<function>umask</function>.
</para>
</warning>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;