Extended attributes.
This package allows to manipulate extended attributes on filesystems that support them.
License: PHP License
Version | Release | Download |
1.4.1 | 2025-09-17 | xattr-1.4.1.tgz |
1.4.0 | 2020-04-24 | xattr-1.4.0.tgz |
1.3.1 | 2020-04-22 | xattr-1.3.1.tgz |
1.3.0 | 2016-03-07 | xattr-1.3.0.tgz |
1.3.0RC1 | 2015-09-18 | xattr-1.3.0RC1.tgz |
Version | Message |
1.4.1 | - functions and constants from stub |
1.4.0 |
- drop dupport for PHP older than 7.2 - add type hinting in reflection |
1.3.1 | - preliminary support for PHP 8 |
1.3.0 |
- drop support for PHP older than 5.3 - use glibc instead of libattr - add XATTR_TRUSTED, XATTR_USER, XATTR_SYSTEM, XATTR_SECURITY and XATTR_ALL - allow to manage attributes in all namespaces - more tests |
1.3.0RC1 |
- drop support for PHP older than 5.3 - use glibc instead of libattr - add XATTR_TRUSTED, XATTR_USER, XATTR_SYSTEM, XATTR_SECURITY and XATTR_ALL - allow to manage attributes in all namespaces - more tests |