downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Installation> <Installing/Configuring
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Requirements

برای استفاده از xattr، شما باید libattr را نصب کنید که در » http://oss.sgi.com/projects/xfs/ در دسترس است.

Note:

این توابع تنها در سیستم‌ فایل‌های پشتیبانی کننده از ویژگی‌های گسترش یافته کار می‌کنند و باید در زمان mount فعال شده باشد. بعضی از سیستم فایل‌های قابل قبولext2، ext3، reiserfs، jfs، و xfs هستند.



add a note add a note User Contributed Notes Requirements - [1 notes]
up
0
sven _ oostenbrink atserver yahoo dot co
3 years ago
An important thing to realize, if you wish to use xattr, you need a filesystem that has extended attributes functionalty and also has those enabled! I lost quite a bit of time with puzzling why xattr was not working with my ext4 system, until I found that the extended attributes, by default, are not enabled.

Adding user_xattr to the mounting configuration of the filesystem where I was working fixed the problem

/dev/sdb2    /home               ext4    relatime,user_xattr        0       2

 
show source | credits | stats | sitemap | contact | advertising | mirror sites