derick Mon Jun 16 08:19:56 2003 EDT
Modified files:
/phpdoc/en/reference/dir/functions chroot.xml
Log:
- Fixed chroot docs
Index: phpdoc/en/reference/dir/functions/chroot.xml
diff -u phpdoc/en/reference/dir/functions/chroot.xml:1.5
phpdoc/en/reference/dir/functions/chroot.xml:1.6
--- phpdoc/en/reference/dir/functions/chroot.xml:1.5 Sun Jan 26 20:00:33 2003
+++ phpdoc/en/reference/dir/functions/chroot.xml Mon Jun 16 08:19:55 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.11 -->
<refentry id="function.chroot">
<refnamediv>
@@ -16,14 +16,10 @@
Changes the root directory of the current process to
<parameter>directory</parameter>. &return.success;.
</para>
- <note>
- <para>
- It's not wise to use this function when running in a webserver
- environment, because it's not possible to reset the root
- directory to / again at the end of the request. This function
- will only function correct when you run PHP as command line too. (CLI)
- </para>
- </note>
+ <para>
+ This function is only available if your system supports it and
+ you're using the CLI, CGI or Embed SAPI.
+ </para>
¬e.no-windows;
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php