reference/zip/ziparchive/extractto.xml
b61758269e3619194047cb5d6d4962734372c0a6
...
...
@@ -23,6 +23,12 @@
23
23
by setting the current umask, which can be changed using
24
24
<function>umask</function>.
25
25
</para>
26
+
<para>
27
+
For security reasons, the original permissions are not restored.
28
+
For an example of how to restore them, see the
29
+
<link linkend="ziparchive.getexternalattributesindex.examples.perms">code sample</link>
30
+
on the <methodname>ZipArchive::getExternalAttributesIndex</methodname> page.
31
+
</para>
26
32
</warning>
27
33
</refsect1>
28
34
<refsect1 role="parameters">
29
35