mg Wed Aug 18 16:41:12 2004 EDT
Modified files:
/phpdoc/en/reference/xattr reference.xml
Log:
Add note about supported filesystems.
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/reference.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/xattr/reference.xml
diff -u phpdoc/en/reference/xattr/reference.xml:1.1
phpdoc/en/reference/xattr/reference.xml:1.2
--- phpdoc/en/reference/xattr/reference.xml:1.1 Sat Aug 14 19:39:49 2004
+++ phpdoc/en/reference/xattr/reference.xml Wed Aug 18 16:41:11 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<reference id="ref.xattr">
<title>xattr Functions</title>
@@ -18,6 +18,11 @@
<para>
To use xattr, you will need libattr installed, available
on the Linux XFS homepage <ulink url="&url.xattr;">&url.xattr;</ulink>.
+ </para>
+ <para>
+ Note that these functions work only on filesystems that support extended
+ attributes (on Linux 2.6: ext2, ext3, reiserfs, jfs and xfs) and have them
+ enabled at mount time. Ask your system administrator if in doubts.
</para>
</section>