nlopess Sat Dec 13 16:30:56 2003 EDT
Modified files:
/phpdoc/en/reference/dir/functions chroot.xml
Log:
note about privileges
Index: phpdoc/en/reference/dir/functions/chroot.xml
diff -u phpdoc/en/reference/dir/functions/chroot.xml:1.6
phpdoc/en/reference/dir/functions/chroot.xml:1.7
--- phpdoc/en/reference/dir/functions/chroot.xml:1.6 Mon Jun 16 08:19:55 2003
+++ phpdoc/en/reference/dir/functions/chroot.xml Sat Dec 13 16:30:55 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.11 -->
<refentry id="function.chroot">
<refnamediv>
@@ -14,12 +14,13 @@
</methodsynopsis>
<para>
Changes the root directory of the current process to
- <parameter>directory</parameter>. &return.success;.
+ <parameter>directory</parameter>. &return.success;
</para>
<para>
This function is only available if your system supports it and
you're using the CLI, CGI or Embed SAPI.
</para>
+ <note><simpara><function>chroot</function> requires root
privileges.</simpara></note>
¬e.no-windows;
</refsect1>
</refentry>