vrana Tue Aug 30 10:20:35 2005 EDT
Modified files: /phpdoc/en/reference/filesystem/functions chmod.xml Log: Mode can be changed only by owner (bug #33639) http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/chmod.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/filesystem/functions/chmod.xml diff -u phpdoc/en/reference/filesystem/functions/chmod.xml:1.12 phpdoc/en/reference/filesystem/functions/chmod.xml:1.13 --- phpdoc/en/reference/filesystem/functions/chmod.xml:1.12 Tue May 18 10:23:19 2004 +++ phpdoc/en/reference/filesystem/functions/chmod.xml Tue Aug 30 10:20:34 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.chmod"> <refnamediv> @@ -77,6 +77,7 @@ The current user is the user under which PHP runs. It is probably not the same user you use for normal shell or FTP access. + The mode can be changed only by user who owns the file on most systems. </para> </note> ¬e.no-remote; @@ -85,7 +86,7 @@ When &safemode; is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed. In addition, - you cannot set the SUID, SGID and sticky bits + you cannot set the SUID, SGID and sticky bits. </simpara> </note> <para>