derick          Mon Dec  2 12:43:47 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dir/functions  chroot.xml 
  Log:
  - Change wording a little
  
  
Index: phpdoc/en/reference/dir/functions/chroot.xml
diff -u phpdoc/en/reference/dir/functions/chroot.xml:1.3 
phpdoc/en/reference/dir/functions/chroot.xml:1.4
--- phpdoc/en/reference/dir/functions/chroot.xml:1.3    Tue Jul 30 12:14:34 2002
+++ phpdoc/en/reference/dir/functions/chroot.xml        Mon Dec  2 12:43:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.11 -->
   <refentry id="function.chroot">
    <refnamediv>
@@ -22,7 +22,7 @@
       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 running as CGI this way.
+      will only function correct when you run PHP as command line too. (CLI)
      </para>
     </note>
     &note.no-windows;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to