For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2005 > cvs: phpdoc /en/reference/filesystem/functions chmod.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/filesystem/functions chmod.xml
Jakub Vrana

2005-08-30, 6:56 pm

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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com