From 59e73a1f3ee97620cdab2851067874f0040a5f44 Mon Sep 17 00:00:00 2001 From: Marcin Gibula Date: Wed, 18 Aug 2004 20:41:11 +0000 Subject: [PATCH] Add note about supported filesystems. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166726 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xattr/reference.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/xattr/reference.xml b/reference/xattr/reference.xml index 387c940673..e8e3b92077 100644 --- a/reference/xattr/reference.xml +++ b/reference/xattr/reference.xml @@ -1,5 +1,5 @@ - + xattr Functions @@ -19,6 +19,11 @@ To use xattr, you will need libattr installed, available on the Linux XFS homepage &url.xattr;. + + 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. + &reference.xattr.configure;